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.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.txt')
-rw-r--r-- | Documentation/git-commit.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt index c37c21e4e3..de3435d397 100644 --- a/Documentation/git-commit.txt +++ b/Documentation/git-commit.txt @@ -220,6 +220,8 @@ specified. these files are also staged for the next commit on top of what have been staged before. +:git-commit: 1 +include::date-formats.txt[] EXAMPLES -------- |