summaryrefslogtreecommitdiffstats
path: root/git-tag.txt
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.txt
parentdcc6495c1f9fcf63dde4f602c75ded45145a7237 (diff)
downloadgit-htmldocs-e79159d5498ad2b14be1b372eab269a78cfc3443.tar.gz
Autogenerated HTML docs for v1.5.5-40-g4cdda
Diffstat (limited to 'git-tag.txt')
-rw-r--r--git-tag.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-tag.txt b/git-tag.txt
index 4b6fd90ea..9712392f7 100644
--- a/git-tag.txt
+++ b/git-tag.txt
@@ -233,14 +233,14 @@ the tag object affects, for example, the ordering of tags in the
gitweb interface.
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".
An example follows.
------------
-$ GIT_AUTHOR_DATE="2006-10-02 10:31" git tag -s v1.0.1
+$ GIT_COMMITTER_DATE="2006-10-02 10:31" git tag -s v1.0.1
------------