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 31643d5c888e3421ff6c0fc0647b959f3ea50db4..9ac457dc88af90b65d5e68feba9cf870b643e908 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 5870c2ce4759f56455cb420ce076dc95770513d4..6a328f497eb8820eae965ae9f32c28e8aba4c933 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 15e5dea01cf3fabaecfd45fa7e5789562c286183..0c418805a170adb386667a2d6ae0431a156798a6 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 915258f4105c69d35b70d0da67a8826ff2c5f6c8..8c43be611a3a632788e4dcb9e322c4522fccb334 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 21e221ce02ab00f80da3139511f76f5f22146a65..b497018041d8a5db96d8844b3f74020411f405b7 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 d243ed1e3a3c4f3e94d01b076e7715d37a1cd204..08a023ea9262f2c1b4915fd5dcd09a29e1e4f6ab 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::