Autogenerated manpages for v1.5.3-rc3-13-g7ab3
authorJunio C Hamano <junio@hera.kernel.org>
Fri, 27 Jul 2007 07:26:42 +0000 (07:26 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Fri, 27 Jul 2007 07:26:42 +0000 (07:26 +0000)
man1/git-commit.1
man1/git-config.1
man1/git-diff-files.1
man1/git-diff-index.1
man1/git-diff-tree.1
man1/git-diff.1
man1/git-format-patch.1

index 305ee1bfaead2e6aae58f7e07b13cf7819e93dc2..da381a1b1d15af73e7477b7b0ae106983f18c0e8 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\-COMMIT" "1" "07/25/2007" "Git 1.5.3.rc3" "Git Manual"
+.TH "GIT\-COMMIT" "1" "07/27/2007" "Git 1.5.3.rc3.13.g7ab3" "Git Manual"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -56,7 +56,7 @@ Override the author name used in the commit. Use A U Thor <author@example.com> f
 Use the given <msg> as the commit message.
 .TP
 \-t <file>|\-\-template=<file>
-Use the contents of the given file as the initial version of the commit message. The editor is invoked and you can make subsequent changes. If a message is specified using the \-m or \-F options, this option has no effect. The template file may also be specified using the commit.template configuration variable.
+Use the contents of the given file as the initial version of the commit message. The editor is invoked and you can make subsequent changes. If a message is specified using the \-m or \-F options, this option has no effect. This overrides the commit.template configuration variable.
 .TP
 \-s|\-\-signoff
 Add Signed\-off\-by line at the end of the commit message.
index da5044940771800d0c7f0f28f269c40297860764..0a73a643918ff4cf4ec9a3730c065d0833320f7c 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" "07/22/2007" "Git 1.5.3.rc2.29.gc4640" "Git Manual"
+.TH "GIT\-CONFIG" "1" "07/27/2007" "Git 1.5.3.rc3.13.g7ab3" "Git Manual"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -461,6 +461,9 @@ A boolean to enable/disable color in the output of \fBgit\-status\fR(1). May be
 color.status.<slot>
 Use customized color for status colorization. <slot> is one of header (the header text of the status message), added or updated (files which are added but not committed), changed (files which are changed but not added in the index), or untracked (files which are not tracked by git). The values of these variables may be specified as in color.branch.<slot>.
 .TP
+commit.template
+Specify a file to use as the template for new commit messages.
+.TP
 diff.renameLimit
 The number of files to consider when performing the copy/rename detection; equivalent to the git diff option \fI\-l\fR.
 .TP
index 6702dde7881b25d968f585bcdaaf4824639a789f..82fa80ef5e501592b0f552a532dee4593e856405 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\-DIFF\-FILES" "1" "07/26/2007" "Git 1.5.3.rc3.7.gd58e" "Git Manual"
+.TH "GIT\-DIFF\-FILES" "1" "07/27/2007" "Git 1.5.3.rc3.13.g7ab3" "Git Manual"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -49,7 +49,7 @@ Output a condensed summary of extended header information such as creations, ren
 Synonym for "\-p \-\-stat".
 .TP
 \-z
-\\0 line termination on output
+NUL\-line termination on output. This affects the \-\-raw output field terminator. Also output from commands such as "git\-log" will be delimited with NUL between commits.
 .TP
 \-\-name\-only
 Show only names of changed files.
index 379e0fe7d3c2d199b2b76400ecc07e1517f4f75b..0a6f5b0849b2241b9ed5990955f8f0f2cc04bd4b 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\-DIFF\-INDEX" "1" "07/26/2007" "Git 1.5.3.rc3.7.gd58e" "Git Manual"
+.TH "GIT\-DIFF\-INDEX" "1" "07/27/2007" "Git 1.5.3.rc3.13.g7ab3" "Git Manual"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -49,7 +49,7 @@ Output a condensed summary of extended header information such as creations, ren
 Synonym for "\-p \-\-stat".
 .TP
 \-z
-\\0 line termination on output
+NUL\-line termination on output. This affects the \-\-raw output field terminator. Also output from commands such as "git\-log" will be delimited with NUL between commits.
 .TP
 \-\-name\-only
 Show only names of changed files.
index ee01873503faba456459a3ba081deb4075a7cbbd..16f51283d7dcd92c7d46ce5900d36aa280fd8570 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\-DIFF\-TREE" "1" "07/26/2007" "Git 1.5.3.rc3.7.gd58e" "Git Manual"
+.TH "GIT\-DIFF\-TREE" "1" "07/27/2007" "Git 1.5.3.rc3.13.g7ab3" "Git Manual"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -58,7 +58,7 @@ Output a condensed summary of extended header information such as creations, ren
 Synonym for "\-p \-\-stat".
 .TP
 \-z
-\\0 line termination on output
+NUL\-line termination on output. This affects the \-\-raw output field terminator. Also output from commands such as "git\-log" will be delimited with NUL between commits.
 .TP
 \-\-name\-only
 Show only names of changed files.
index 8ffbe30e2b3ffbbe242e65b4f1abc5d3a7a419c9..62ab06717041eb57684d29283a0b7b625cc9f1f0 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\-DIFF" "1" "07/26/2007" "Git 1.5.3.rc3.7.gd58e" "Git Manual"
+.TH "GIT\-DIFF" "1" "07/27/2007" "Git 1.5.3.rc3.13.g7ab3" "Git Manual"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -71,7 +71,7 @@ Output a condensed summary of extended header information such as creations, ren
 Synonym for "\-p \-\-stat".
 .TP
 \-z
-\\0 line termination on output
+NUL\-line termination on output. This affects the \-\-raw output field terminator. Also output from commands such as "git\-log" will be delimited with NUL between commits.
 .TP
 \-\-name\-only
 Show only names of changed files.
index 42be8bffaa659c7b2cb50628ace3e20cc0959dba..1a7dd508b1087496088176af00905a4bf0d75e4d 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\-FORMAT\-PATCH" "1" "07/26/2007" "Git 1.5.3.rc3.7.gd58e" "Git Manual"
+.TH "GIT\-FORMAT\-PATCH" "1" "07/27/2007" "Git 1.5.3.rc3.13.g7ab3" "Git Manual"
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -69,7 +69,7 @@ Output a condensed summary of extended header information such as creations, ren
 Synonym for "\-p \-\-stat".
 .TP
 \-z
-\\0 line termination on output
+NUL\-line termination on output. This affects the \-\-raw output field terminator. Also output from commands such as "git\-log" will be delimited with NUL between commits.
 .TP
 \-\-name\-only
 Show only names of changed files.