Autogenerated HTML docs for v1.5.1-rc1-63-g12d6
authorJunio C Hamano <junio@hera.kernel.org>
Sun, 25 Mar 2007 07:54:35 +0000 (07:54 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Sun, 25 Mar 2007 07:54:35 +0000 (07:54 +0000)
diff-options.txt
git-am.html
git-am.txt
git-diff-files.html
git-diff-index.html
git-diff-tree.html
git-diff.html
git-format-patch.html
git.html

index 77a3f78dd75514667b77ae4e1dbbb3731b05a33d..1689c748171a8ff48395cf432aabe0130fc6b8d2 100644 (file)
        That is, it exits with 1 if there were differences and
        0 means no differences.
 
+--quiet::
+       Disable all output of the program. Implies --exit-code.
+
 For more detailed explanation on these common options, see also
 link:diffcore.html[diffcore documentation].
index cf5fead8f9db8aefdd4dfc015414c07bb4722516..8643354689743cef712b848e2510daa79ff2ef62 100644 (file)
@@ -417,6 +417,41 @@ default.   You could use <tt>--no-utf8</tt> to override this.</p>
 </div>\r
 <h2>DISCUSSION</h2>\r
 <div class="sectionbody">\r
+<p>The commit author name is taken from the "From: " line of the\r
+message, and commit author time is taken from the "Date: " line\r
+of the message.  The "Subject: " line is used as the title of\r
+the commit, after stripping common prefix "[PATCH &lt;anything&gt;]".\r
+It is supposed to describe what the commit is about concisely as\r
+a one line text.</p>\r
+<p>The body of the message (iow, after a blank line that terminates\r
+RFC2822 headers) can begin with "Subject: " and "From: " lines\r
+that are different from those of the mail header, to override\r
+the values of these fields.</p>\r
+<p>The commit message is formed by the title taken from the\r
+"Subject: ", a blank line and the body of the message up to\r
+where the patch begins.  Excess whitespaces at the end of the\r
+lines are automatically stripped.</p>\r
+<p>The patch is expected to be inline, directly following the\r
+message.  Any line that is of form:</p>\r
+<ul>\r
+<li>\r
+<p>\r
+three-dashes and end-of-line, or\r
+</p>\r
+</li>\r
+<li>\r
+<p>\r
+a line that begins with "diff -", or\r
+</p>\r
+</li>\r
+<li>\r
+<p>\r
+a line that begins with "Index: "\r
+</p>\r
+</li>\r
+</ul>\r
+<p>is taken as the beginning of a patch, and the commit log message\r
+is terminated before the first occurrence of such a line.</p>\r
 <p>When initially invoking it, you give it names of the mailboxes\r
 to crunch.  Upon seeing the first patch that does not apply, it\r
 aborts in the middle, just like <em>git-applymbox</em> does.  You can\r
@@ -459,7 +494,7 @@ names.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 23-Mar-2007 10:46:02 UTC\r
+Last updated 25-Mar-2007 07:54:14 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 13a738986776b931d1dc16f0aac3804e384d924c..148ce405681cd4f5bd38575b6a427a7e5745a109 100644 (file)
@@ -87,6 +87,33 @@ default.   You could use `--no-utf8` to override this.
 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:
+
+* three-dashes and end-of-line, or
+* a line that begins with "diff -", or
+* 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 'git-applymbox' does.  You can
index 93df142beb5351de1842150e4d9822156c0dfb6c..56df9da74e84627d43a0cefb3387a1a72a537481 100644 (file)
@@ -645,6 +645,14 @@ same as "git-diff-index" and "git-diff-tree".</p>
         0 means no differences.\r
 </p>\r
 </dd>\r
+<dt>\r
+--quiet\r
+</dt>\r
+<dd>\r
+<p>\r
+        Disable all output of the program. Implies --exit-code.\r
+</p>\r
+</dd>\r
 </dl>\r
 <p>For more detailed explanation on these common options, see also\r
 <a href="diffcore.html">diffcore documentation</a>.</p>\r
@@ -1021,7 +1029,7 @@ two unresolved merge parents with the working tree file
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Mar-2007 02:02:10 UTC\r
+Last updated 25-Mar-2007 07:54:14 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 9e809f42eddc3914db01aaeaab40bfbddf47105f..3508dd982346848bae94e548068b09ea50010a3b 100644 (file)
@@ -646,6 +646,14 @@ entries in the index are compared.</p>
         0 means no differences.\r
 </p>\r
 </dd>\r
+<dt>\r
+--quiet\r
+</dt>\r
+<dd>\r
+<p>\r
+        Disable all output of the program. Implies --exit-code.\r
+</p>\r
+</dd>\r
 </dl>\r
 <p>For more detailed explanation on these common options, see also\r
 <a href="diffcore.html">diffcore documentation</a>.</p>\r
@@ -1103,7 +1111,7 @@ always have the special all-zero sha1.</td>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Mar-2007 02:02:11 UTC\r
+Last updated 25-Mar-2007 07:54:15 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 6226c358fa8638c801734b35dde436360cdabae8..7b2f25761b78c2acfa92df504eba673dceb8c2a2 100644 (file)
@@ -648,6 +648,14 @@ git-diff-tree(1) Manual Page
         0 means no differences.\r
 </p>\r
 </dd>\r
+<dt>\r
+--quiet\r
+</dt>\r
+<dd>\r
+<p>\r
+        Disable all output of the program. Implies --exit-code.\r
+</p>\r
+</dd>\r
 </dl>\r
 <p>For more detailed explanation on these common options, see also\r
 <a href="diffcore.html">diffcore documentation</a>.</p>\r
@@ -1455,7 +1463,7 @@ two unresolved merge parents with the working tree file
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Mar-2007 02:02:12 UTC\r
+Last updated 25-Mar-2007 07:54:16 UTC\r
 </div>\r
 </div>\r
 </body>\r
index ca2550cefb449d2b681e5c3d71d1d3de63f7bf3a..2356647b2c0d4fc48a7fbcf2eeb4222c186ccdea 100644 (file)
@@ -700,6 +700,14 @@ any &lt;tree-ish&gt;.</p>
         0 means no differences.\r
 </p>\r
 </dd>\r
+<dt>\r
+--quiet\r
+</dt>\r
+<dd>\r
+<p>\r
+        Disable all output of the program. Implies --exit-code.\r
+</p>\r
+</dd>\r
 </dl>\r
 <p>For more detailed explanation on these common options, see also\r
 <a href="diffcore.html">diffcore documentation</a>.</p>\r
@@ -852,7 +860,7 @@ output diff in reverse.
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Mar-2007 02:02:13 UTC\r
+Last updated 25-Mar-2007 07:54:18 UTC\r
 </div>\r
 </div>\r
 </body>\r
index d24bf3d8bae045f55fd24b1d6f8af921ac2af448..f2c6adaa0365d120830a2d1f6488281cc46f3e15 100644 (file)
@@ -667,6 +667,14 @@ reference.</p>
         0 means no differences.\r
 </p>\r
 </dd>\r
+<dt>\r
+--quiet\r
+</dt>\r
+<dd>\r
+<p>\r
+        Disable all output of the program. Implies --exit-code.\r
+</p>\r
+</dd>\r
 </dl>\r
 <p>For more detailed explanation on these common options, see also\r
 <a href="diffcore.html">diffcore documentation</a>.</p>\r
@@ -869,7 +877,7 @@ git-format-patch -3
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Mar-2007 02:02:14 UTC\r
+Last updated 25-Mar-2007 07:54:18 UTC\r
 </div>\r
 </div>\r
 </body>\r
index d57fd4f8c1b02b0a53b5a947a8d1452cf56dfd78..871e4448f278311cd433f4f027e965d5571b6b10 100644 (file)
--- a/git.html
+++ b/git.html
@@ -2317,7 +2317,7 @@ contributors on the git-list &lt;git@vger.kernel.org&gt;.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 24-Mar-2007 07:16:24 UTC\r
+Last updated 25-Mar-2007 07:54:19 UTC\r
 </div>\r
 </div>\r
 </body>\r