From: Josh Triplett Date: Sun, 29 Apr 2007 01:40:12 +0000 (-0700) Subject: Add missing reference to GIT_COMMITTER_DATE in git-commit-tree documentation X-Git-Tag: v1.5.1.3~7 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4e58bf970bfddb8106541d98c3321fdf2a6ba23b;p=git.git Add missing reference to GIT_COMMITTER_DATE in git-commit-tree documentation Signed-off-by: Josh Triplett Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-commit-tree.txt b/Documentation/git-commit-tree.txt index cf25507f8..1571dbbb7 100644 --- a/Documentation/git-commit-tree.txt +++ b/Documentation/git-commit-tree.txt @@ -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) diff --git a/Documentation/git.txt b/Documentation/git.txt index 9defc3327..c81162eba 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -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