Autogenerated manpages for v1.5.2-35-ga334
authorJunio C Hamano <junio@hera.kernel.org>
Tue, 22 May 2007 07:23:41 +0000 (07:23 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Tue, 22 May 2007 07:23:41 +0000 (07:23 +0000)
man1/git-config.1
man1/git-describe.1
man1/git-name-rev.1
man1/git-status.1

index a5399bc3cbf77ebbce57f5ed3beea3b143bb63db..48fc857b3eb50607b01538528a93f8255bbc3324 100644 (file)
@@ -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
index f27d2c8166adf7a4994345edf96762de5a075135..25abf2f9fbd22d2eeaf6bdeae8398a4df72c666b 100644 (file)
@@ -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=<n>] <committish>\&...
+\fIgit\-describe\fR [\-\-all] [\-\-tags] [\-\-contains] [\-\-abbrev=<n>] <committish>\&...
 .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=<n>
 Instead of using the default 8 hexadecimal digits as the abbreviated object name, use <n> digits.
 .TP
index 9e1f63192924e3a89c7a0e019c5254a8163fe304..f0bb241f290542a7a894213682cc05646a01071c 100644 (file)
@@ -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 "(<rev_name>)" 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.
 
index 132dc3cd5f979acfa2a9cad5e5e53ff26cb2896f..539392101a61656685858f2836d79102e8c32bf8 100644 (file)
@@ -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.<slot> 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 <torvalds@osdl.org> and Junio C Hamano <junkio@cox.net>.
 .SH "DOCUMENTATION"