Autogenerated man pages for v1.5.1-rc1-63-g12d6
authorJunio C Hamano <junio@hera.kernel.org>
Sun, 25 Mar 2007 07:55:07 +0000 (07:55 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Sun, 25 Mar 2007 07:55:07 +0000 (07:55 +0000)
man1/git-am.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
man7/git.7

index e2d9aa84af8d3dc08325ca818886512932016749..0723bfb91bd8facd1b4533dd1cc384990d448a1c 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\-AM" "1" "03/23/2007" "" ""
+.TH "GIT\-AM" "1" "03/25/2007" "" ""
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -62,6 +62,25 @@ Run interactively, just like git\-applymbox.
 \-\-resolved
 After a patch failure (e.g. attempting to apply conflicting patch), the user has applied it by hand and the index file stores the result of the application. Make a commit using the authorship and commit log extracted from the e\-mail message and the current index file, and continue.
 .SH "DISCUSSION"
+The commit author name is taken from the "From: " line of the message, and commit author time is taken from the "Date: " line of the message. The "Subject: " line is used as the title of the commit, after stripping common prefix "[PATCH <anything>]". It is supposed to describe what the commit is about concisely as a one line text.
+
+The body of the message (iow, after a blank line that terminates RFC2822 headers) can begin with "Subject: " and "From: " lines that are different from those of the mail header, to override the values of these fields.
+
+The commit message is formed by the title taken from the "Subject: ", a blank line and the body of the message up to where the patch begins. Excess whitespaces at the end of the lines are automatically stripped.
+
+The patch is expected to be inline, directly following the message. Any line that is of form:
+.TP 3
+\(bu
+three\-dashes and end\-of\-line, or
+.TP
+\(bu
+a line that begins with "diff \-", or
+.TP
+\(bu
+a line that begins with "Index: "
+
+is taken as the beginning of a patch, and the commit log message is terminated before the first occurrence of such a line.
+
 When initially invoking it, you give it names of the mailboxes to crunch. Upon seeing the first patch that does not apply, it aborts in the middle, just like \fIgit\-applymbox\fR does. You can recover from this in one of two ways:
 .TP 3
 1.
index f0cea586abff1cb8a577a6a2f345a7f1a8ea5dc7..798a9d46e232561547b1076d8cdb5b5e22169f9e 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" "03/19/2007" "" ""
+.TH "GIT\-DIFF\-FILES" "1" "03/25/2007" "" ""
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -131,6 +131,9 @@ Shorthand for "\-\-ignore\-all\-space".
 .TP
 \-\-exit\-code
 Make the program exit with codes similar to diff(1). That is, it exits with 1 if there were differences and 0 means no differences.
+.TP
+\-\-quiet
+Disable all output of the program. Implies \-\-exit\-code.
 
 For more detailed explanation on these common options, see also [1]\&\fIdiffcore documentation\fR.
 .TP
index 337dfc804f4d2101fcd8fc40ca410f996d4b2b1d..49a0e86e29cca0783556155f553b2b2b6f118a3b 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" "03/19/2007" "" ""
+.TH "GIT\-DIFF\-INDEX" "1" "03/25/2007" "" ""
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -131,6 +131,9 @@ Shorthand for "\-\-ignore\-all\-space".
 .TP
 \-\-exit\-code
 Make the program exit with codes similar to diff(1). That is, it exits with 1 if there were differences and 0 means no differences.
+.TP
+\-\-quiet
+Disable all output of the program. Implies \-\-exit\-code.
 
 For more detailed explanation on these common options, see also [1]\&\fIdiffcore documentation\fR.
 .TP
index f3109a1f4c8d837efe0be8a10c88f87d110bf477..16c9ccdcc5ce8368fbec8561bfcc4a8da6b626ee 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" "03/19/2007" "" ""
+.TH "GIT\-DIFF\-TREE" "1" "03/25/2007" "" ""
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -140,6 +140,9 @@ Shorthand for "\-\-ignore\-all\-space".
 .TP
 \-\-exit\-code
 Make the program exit with codes similar to diff(1). That is, it exits with 1 if there were differences and 0 means no differences.
+.TP
+\-\-quiet
+Disable all output of the program. Implies \-\-exit\-code.
 
 For more detailed explanation on these common options, see also [1]\&\fIdiffcore documentation\fR.
 .TP
index 24a779337d463055df2b35899dafff85dda2a7c4..eb793fbb5982aee5326abdd47911416c22a5cc46 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" "03/19/2007" "" ""
+.TH "GIT\-DIFF" "1" "03/25/2007" "" ""
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -153,6 +153,9 @@ Shorthand for "\-\-ignore\-all\-space".
 .TP
 \-\-exit\-code
 Make the program exit with codes similar to diff(1). That is, it exits with 1 if there were differences and 0 means no differences.
+.TP
+\-\-quiet
+Disable all output of the program. Implies \-\-exit\-code.
 
 For more detailed explanation on these common options, see also [1]\&\fIdiffcore documentation\fR.
 .TP
index 413cad6ba59aef0c6a246ecd1e1d17fde2373da4..2904709d8cb31078cb503971beed1c0ce72ca01e 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" "03/19/2007" "" ""
+.TH "GIT\-FORMAT\-PATCH" "1" "03/25/2007" "" ""
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)
@@ -149,6 +149,9 @@ Shorthand for "\-\-ignore\-all\-space".
 .TP
 \-\-exit\-code
 Make the program exit with codes similar to diff(1). That is, it exits with 1 if there were differences and 0 means no differences.
+.TP
+\-\-quiet
+Disable all output of the program. Implies \-\-exit\-code.
 
 For more detailed explanation on these common options, see also [1]\&\fIdiffcore documentation\fR.
 .TP
index 044ecbe06a5137f0f7fc31f521c8074c26334dd2..aaa3c3529b34016de159efff8d1b519383de3abb 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" "7" "03/24/2007" "" ""
+.TH "GIT" "7" "03/25/2007" "" ""
 .\" disable hyphenation
 .nh
 .\" disable justification (adjust text to left margin only)