summaryrefslogtreecommitdiffstats
path: root/git-tag.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-04-12 08:23:17 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-04-12 08:23:17 +0000
commite79159d5498ad2b14be1b372eab269a78cfc3443 (patch)
tree2c4676854d865f5dfed2224e28db1b7ca169ac90 /git-tag.html
parentdcc6495c1f9fcf63dde4f602c75ded45145a7237 (diff)
downloadgit-htmldocs-e79159d5498ad2b14be1b372eab269a78cfc3443.tar.gz
Autogenerated HTML docs for v1.5.5-40-g4cdda
Diffstat (limited to 'git-tag.html')
-rw-r--r--git-tag.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/git-tag.html b/git-tag.html
index 09564a095..77ff1c5a8 100644
--- a/git-tag.html
+++ b/git-tag.html
@@ -528,13 +528,13 @@ to specify the date to embed inside of the tag object. The data in
the tag object affects, for example, the ordering of tags in the
gitweb interface.</p>
<p>To set the date used in future tag objects, set the environment
-variable GIT_AUTHOR_DATE to one or more of the date and time. The
+variable GIT_COMMITTER_DATE to one or more of the date and time. The
date and time can be specified in a number of ways; the most common
is "YYYY-MM-DD HH:MM".</p>
<p>An example follows.</p>
<div class="listingblock">
<div class="content">
-<pre><tt>$ GIT_AUTHOR_DATE="2006-10-02 10:31" git tag -s v1.0.1</tt></pre>
+<pre><tt>$ GIT_COMMITTER_DATE="2006-10-02 10:31" git tag -s v1.0.1</tt></pre>
</div></div>
</div>
<h2>Author</h2>
@@ -552,7 +552,7 @@ Junio C Hamano &lt;junkio@cox.net&gt; and Chris Wright &lt;chrisw@osdl.org&gt;.<
</div>
<div id="footer">
<div id="footer-text">
-Last updated 11-Apr-2008 05:28:27 UTC
+Last updated 12-Apr-2008 08:22:50 UTC
</div>
</div>
</body>