From 07eff5890c4cd983cb165607a213f70cb0345991 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 22 May 2007 07:23:41 +0000 Subject: [PATCH] Autogenerated manpages for v1.5.2-35-ga334 --- man1/git-config.1 | 5 ++++- man1/git-describe.1 | 7 +++++-- man1/git-name-rev.1 | 5 ++++- man1/git-status.1 | 4 +++- 4 files changed, 16 insertions(+), 5 deletions(-) diff --git a/man1/git-config.1 b/man1/git-config.1 index a5399bc3c..48fc857b3 100644 --- a/man1/git-config.1 +++ b/man1/git-config.1 @@ -2,7 +2,7 @@ .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). .\" Instead of manually editing it, you probably should edit the DocBook XML .\" source for it and then use the DocBook XSL Stylesheets to regenerate it. -.TH "GIT\-CONFIG" "1" "05/21/2007" "Git 1.5.2.24.g93d4" "Git Manual" +.TH "GIT\-CONFIG" "1" "05/22/2007" "Git 1.5.2.35.ga334" "Git Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -324,6 +324,9 @@ Default is 16 MiB on all platforms. This should be reasonable for all users/oper Common unit suffixes of \fIk\fR, \fIm\fR, or \fIg\fR are supported. .TP +core.excludeFile +In addition to \fI.gitignore\fR (per\-directory) and \fI.git/info/exclude\fR, git looks into this file for patterns of files which are not meant to be tracked. +.TP alias.* Command aliases for the \fBgit\fR(1) command wrapper \- e.g. after defining "alias.last = cat\-file commit HEAD", the invocation "git last" is equivalent to "git cat\-file commit HEAD". To avoid confusion and troubles with script usage, aliases that hide existing git commands are ignored. Arguments are split by spaces, the usual shell quoting and escaping is supported. quote pair and a backslash can be used to quote them. .sp diff --git a/man1/git-describe.1 b/man1/git-describe.1 index f27d2c816..25abf2f9f 100644 --- a/man1/git-describe.1 +++ b/man1/git-describe.1 @@ -2,7 +2,7 @@ .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). .\" Instead of manually editing it, you probably should edit the DocBook XML .\" source for it and then use the DocBook XSL Stylesheets to regenerate it. -.TH "GIT\-DESCRIBE" "1" "04/22/2007" "Git 1.5.1.2.241.gfdd3e" "Git Manual" +.TH "GIT\-DESCRIBE" "1" "05/22/2007" "Git 1.5.2.35.ga334" "Git Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -10,7 +10,7 @@ .SH "NAME" git\-describe \- Show the most recent tag that is reachable from a commit .SH "SYNOPSIS" -\fIgit\-describe\fR [\-\-all] [\-\-tags] [\-\-abbrev=] \&... +\fIgit\-describe\fR [\-\-all] [\-\-tags] [\-\-contains] [\-\-abbrev=] \&... .SH "DESCRIPTION" The command finds the most recent tag that is reachable from a commit, and if the commit itself is pointed at by the tag, shows the tag. Otherwise, it suffixes the tag name with the number of additional commits and the abbreviated object name of the commit. .SH "OPTIONS" @@ -24,6 +24,9 @@ Instead of using only the annotated tags, use any ref found in .git/refs/. \-\-tags Instead of using only the annotated tags, use any tag found in .git/refs/tags. .TP +\-\-contains +Instead of finding the tag that predates the commit, find the tag that comes after the commit, and thus contains it. Automatically implies \-\-tags. +.TP \-\-abbrev= Instead of using the default 8 hexadecimal digits as the abbreviated object name, use digits. .TP diff --git a/man1/git-name-rev.1 b/man1/git-name-rev.1 index 9e1f63192..f0bb241f2 100644 --- a/man1/git-name-rev.1 +++ b/man1/git-name-rev.1 @@ -2,7 +2,7 @@ .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). .\" Instead of manually editing it, you probably should edit the DocBook XML .\" source for it and then use the DocBook XSL Stylesheets to regenerate it. -.TH "GIT\-NAME\-REV" "1" "05/19/2007" "Git 1.5.2.rc3.87.g404f" "Git Manual" +.TH "GIT\-NAME\-REV" "1" "05/22/2007" "Git 1.5.2.35.ga334" "Git Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -30,6 +30,9 @@ List all commits reachable from all refs .TP \-\-stdin Read from stdin, append "()" to all sha1's of nameable commits, and pass to stdout +.TP +\-\-name\-only +Instead of printing both the SHA\-1 and the name, print only the name. If given with \-\-tags the usual tag prefix of "tags/" is also ommitted from the name, matching the output of \fB:git\-describe\fR(1) more closely. This option cannot be combined with \-\-stdin. .SH "EXAMPLE" Given a commit, find out where it is relative to the local refs. Say somebody wrote you about that fantastic commit 33db5f4d9027a10e477ccf054b2c1ab94f74c85a. Of course, you look into the commit, but that only tells you what happened, but not the context. diff --git a/man1/git-status.1 b/man1/git-status.1 index 132dc3cd5..539392101 100644 --- a/man1/git-status.1 +++ b/man1/git-status.1 @@ -2,7 +2,7 @@ .\" It was generated using the DocBook XSL Stylesheets (version 1.69.1). .\" Instead of manually editing it, you probably should edit the DocBook XML .\" source for it and then use the DocBook XSL Stylesheets to regenerate it. -.TH "GIT\-STATUS" "1" "04/22/2007" "Git 1.5.1.2.241.gfdd3e" "Git Manual" +.TH "GIT\-STATUS" "1" "05/22/2007" "Git 1.5.2.35.ga334" "Git Manual" .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) @@ -21,6 +21,8 @@ The command takes the same set of options as git\-commit; it shows what would be The output from this command is designed to be used as a commit template comments, and all the output lines are prefixed with \fI#\fR. .SH "CONFIGURATION" The command honors color.status (or status.color \(em they mean the same thing and the latter is kept for backward compatibility) and color.status. configuration variables to colorize its output. + +As for \fBgit\-add\fR(1), the configuration variable \fIcore.excludesfile\fR can indicate a path to a file containing patterns of file names to exclude, in addition to patterns given in \fIinfo/exclude\fR and \fI.gitignore\fR. .SH "AUTHOR" Written by Linus Torvalds and Junio C Hamano . .SH "DOCUMENTATION" -- 2.26.2