Autogenerated HTML docs for v1.5.3-rc5-19-g0734d
authorJunio C Hamano <junio@hera.kernel.org>
Sat, 18 Aug 2007 07:20:55 +0000 (07:20 +0000)
committerJunio C Hamano <junio@hera.kernel.org>
Sat, 18 Aug 2007 07:20:55 +0000 (07:20 +0000)
git-commit-tree.html
git-commit-tree.txt
git-filter-branch.html
git-filter-branch.txt
git-send-email.html
git-send-email.txt

index 31643d5..9ac457d 100644 (file)
@@ -334,9 +334,9 @@ committer name and email and the commit time.
 </p>\r
 </li>\r
 </ul>\r
-<p>If not provided, "git-commit-tree" uses your name, hostname and domain to\r
-provide author and committer info. This can be overridden by\r
-either <tt>.git/config</tt> file, or using the following environment variables.</p>\r
+<p>While parent object ids are provided on the command line, author and\r
+commiter information is taken from the following environment variables,\r
+if set:</p>\r
 <div class="literalblock">\r
 <div class="content">\r
 <pre><tt>GIT_AUTHOR_NAME\r
@@ -348,14 +348,9 @@ GIT_COMMITTER_DATE
 EMAIL</tt></pre>\r
 </div></div>\r
 <p>(nb "&lt;", "&gt;" and "\n"s are stripped)</p>\r
-<p>In <tt>.git/config</tt> file, the following items are used for GIT_AUTHOR_NAME and\r
-GIT_AUTHOR_EMAIL:</p>\r
-<div class="literalblock">\r
-<div class="content">\r
-<pre><tt>[user]\r
-        name = "Your Name"\r
-        email = "your@email.address.xz"</tt></pre>\r
-</div></div>\r
+<p>In case (some of) these environment variables are not set, the information\r
+is taken from the configuration items user.name and user.email, or, if not\r
+present, system user name and fully qualified hostname.</p>\r
 <p>A commit comment is read from stdin. If a changelog\r
 entry is not provided via "&lt;" redirection, "git-commit-tree" will just wait\r
 for one to be entered and terminated with ^D.</p>\r
@@ -482,7 +477,7 @@ reversible operation.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 19-Jul-2007 02:09:34 UTC\r
+Last updated 18-Aug-2007 07:20:22 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 5870c2c..6a328f4 100644 (file)
@@ -51,9 +51,9 @@ A commit encapsulates:
 - author name, email and date
 - committer name and email and the commit time.
 
-If not provided, "git-commit-tree" uses your name, hostname and domain to
-provide author and committer info. This can be overridden by
-either `.git/config` file, or using the following environment variables.
+While parent object ids are provided on the command line, author and
+commiter information is taken from the following environment variables,
+if set:
 
        GIT_AUTHOR_NAME
        GIT_AUTHOR_EMAIL
@@ -65,12 +65,9 @@ either `.git/config` file, or using the following environment variables.
 
 (nb "<", ">" and "\n"s are stripped)
 
-In `.git/config` file, the following items are used for GIT_AUTHOR_NAME and
-GIT_AUTHOR_EMAIL:
-
-       [user]
-               name = "Your Name"
-               email = "your@email.address.xz"
+In case (some of) these environment variables are not set, the information
+is taken from the configuration items user.name and user.email, or, if not
+present, system user name and fully qualified hostname.
 
 A commit comment is read from stdin. If a changelog
 entry is not provided via "<" redirection, "git-commit-tree" will just wait
index 15e5dea..0c41880 100644 (file)
@@ -408,7 +408,7 @@ have all of them as parents.</p>
         tag name is expected on standard output.\r
 </p>\r
 <p>The original tags are not deleted, but can be overwritten;\r
-use "--tag-name-filter=cat" to simply update the tags.  In this\r
+use "--tag-name-filter cat" to simply update the tags.  In this\r
 case, be very careful and make sure you have the old tags\r
 backed up in case the conversion has run afoul.</p>\r
 <p>Note that there is currently no support for proper rewriting of\r
@@ -572,7 +572,7 @@ and the git list &lt;git@vger.kernel.org&gt;</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 24-Jul-2007 08:10:04 UTC\r
+Last updated 18-Aug-2007 07:20:22 UTC\r
 </div>\r
 </div>\r
 </body>\r
index 915258f..8c43be6 100644 (file)
@@ -120,7 +120,7 @@ have all of them as parents.
        tag name is expected on standard output.
 +
 The original tags are not deleted, but can be overwritten;
-use "--tag-name-filter=cat" to simply update the tags.  In this
+use "--tag-name-filter cat" to simply update the tags.  In this
 case, be very careful and make sure you have the old tags
 backed up in case the conversion has run afoul.
 +
index 21e221c..b497018 100644 (file)
@@ -355,7 +355,7 @@ enabled interface to provide the necessary information.</p>
 <p>\r
         If this is set, add emails found in Signed-off-by: or Cc: lines to the\r
         cc list.\r
-        Default is the value of <em>sendemail.signedoffbycc</em> configuration value;\r
+        Default is the value of <em>sendemail.signedoffcc</em> configuration value;\r
         if that is unspecified, default to --signed-off-by-cc.\r
 </p>\r
 </dd>\r
@@ -512,7 +512,7 @@ send_lots_of_email.pl by Greg Kroah-Hartman.</p>
 </div>\r
 <div id="footer">\r
 <div id="footer-text">\r
-Last updated 20-Jul-2007 10:27:38 UTC\r
+Last updated 18-Aug-2007 07:20:23 UTC\r
 </div>\r
 </div>\r
 </body>\r
index d243ed1..08a023e 100644 (file)
@@ -62,7 +62,7 @@ The --cc option must be repeated for each user you want on the cc list.
 --signed-off-by-cc, --no-signed-off-by-cc::
         If this is set, add emails found in Signed-off-by: or Cc: lines to the
         cc list.
-        Default is the value of 'sendemail.signedoffbycc' configuration value;
+        Default is the value of 'sendemail.signedoffcc' configuration value;
         if that is unspecified, default to --signed-off-by-cc.
 
 --quiet::