diff options
| author | Junio C Hamano <gitster@pobox.com> | 2010-01-07 15:35:55 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2010-01-07 15:35:55 -0800 |
| commit | 762c710b3673009f3ee7b2f4f9321b68d52fca72 (patch) | |
| tree | c2a5d48084a2eb532657741de5eef5ece94b894c /Documentation/git-commit-tree.txt | |
| parent | 79f6ce5717844e787f54ca571c0fde845dd52f04 (diff) | |
| parent | 788070a261ecc3a37a7e0ed9301ecec4a333586d (diff) | |
| download | git-762c710b3673009f3ee7b2f4f9321b68d52fca72.tar.xz | |
Merge branch 'mv/commit-date'
* mv/commit-date:
Document date formats accepted by parse_date()
builtin-commit: add --date option
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 ----------- |
