diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2009-12-03 00:49:19 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-12-03 12:41:37 -0800 |
commit | 788070a261ecc3a37a7e0ed9301ecec4a333586d (patch) | |
tree | 457f81b8a0315a1ccc29b568c4814c835bf88c17 /Documentation/git-commit-tree.txt | |
parent | 02b47cd77e4af40da95a74c90846965a2ea6999b (diff) | |
download | git-788070a261ecc3a37a7e0ed9301ecec4a333586d.tar.gz |
Document date formats accepted by parse_date()
Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 b8834baced..4fec5d5e38 100644 --- a/Documentation/git-commit-tree.txt +++ b/Documentation/git-commit-tree.txt @@ -73,6 +73,7 @@ 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. +include::date-formats.txt[] Diagnostics ----------- |