diff options
| author | Josh Triplett <josh@freedesktop.org> | 2007-04-28 18:40:12 -0700 |
|---|---|---|
| committer | Junio C Hamano <junkio@cox.net> | 2007-04-29 01:34:59 -0700 |
| commit | 4e58bf970bfddb8106541d98c3321fdf2a6ba23b (patch) | |
| tree | 20fca1b7029fc0b6c0870477a6afdbf33abbf9f3 /Documentation/git-commit-tree.txt | |
| parent | d0c32b63394992f8dd083a4f2f380ab190dbb2ca (diff) | |
| download | git-4e58bf970bfddb8106541d98c3321fdf2a6ba23b.tar.gz | |
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>
Diffstat (limited to 'Documentation/git-commit-tree.txt')
| -rw-r--r-- | Documentation/git-commit-tree.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git-commit-tree.txt b/Documentation/git-commit-tree.txt index cf25507f8f..1571dbbb74 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) |
