Browse Source

Add missing reference to GIT_COMMITTER_DATE in git-commit-tree documentation

Signed-off-by: Josh Triplett <josh@freedesktop.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Josh Triplett 18 years ago committed by Junio C Hamano
parent
commit
4e58bf970b
  1. 1
      Documentation/git-commit-tree.txt
  2. 1
      Documentation/git.txt

1
Documentation/git-commit-tree.txt

@ -60,6 +60,7 @@ either `.git/config` file, or using the following environment variables. @@ -60,6 +60,7 @@ either `.git/config` file, or using the following environment variables.
GIT_AUTHOR_DATE
GIT_COMMITTER_NAME
GIT_COMMITTER_EMAIL
GIT_COMMITTER_DATE

(nb "<", ">" and "\n"s are stripped)


1
Documentation/git.txt

@ -340,6 +340,7 @@ git Commits @@ -340,6 +340,7 @@ git Commits
'GIT_AUTHOR_DATE'::
'GIT_COMMITTER_NAME'::
'GIT_COMMITTER_EMAIL'::
'GIT_COMMITTER_DATE'::
see gitlink:git-commit-tree[1]

git Diffs

Loading…
Cancel
Save