t1301-shared-repo.sh: fix 'stat' portability issue
[gitweb.git] / Documentation / git-commit-tree.txt
index cf25507f8f37194461e939bfa389ca00af05a5b1..5870c2ce4759f56455cb420ce076dc95770513d4 100644 (file)
@@ -40,7 +40,7 @@ OPTIONS
 
 -p <parent commit>::
        Each '-p' indicates the id of a parent commit object.
-       
+
 
 Commit Information
 ------------------
@@ -60,6 +60,8 @@ either `.git/config` file, or using the following environment variables.
        GIT_AUTHOR_DATE
        GIT_COMMITTER_NAME
        GIT_COMMITTER_EMAIL
+       GIT_COMMITTER_DATE
+       EMAIL
 
 (nb "<", ">" and "\n"s are stripped)
 
@@ -70,7 +72,7 @@ GIT_AUTHOR_EMAIL:
                name = "Your Name"
                email = "your@email.address.xz"
 
-A commit comment is read from stdin (max 999 chars). If a changelog
+A commit comment is read from stdin. If a changelog
 entry is not provided via "<" redirection, "git-commit-tree" will just wait
 for one to be entered and terminated with ^D.
 
@@ -105,4 +107,3 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel
 GIT
 ---
 Part of the gitlink:git[7] suite
-