Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@frugalware.org>2009-12-03 02:49:19 +0300
committerJunio C Hamano <gitster@pobox.com>2009-12-03 23:41:37 +0300
commit788070a261ecc3a37a7e0ed9301ecec4a333586d (patch)
tree457f81b8a0315a1ccc29b568c4814c835bf88c17 /Documentation/git-commit.txt
parent02b47cd77e4af40da95a74c90846965a2ea6999b (diff)
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.txt2
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
--------