diff options
author | Markus Heidelberg <markus.heidelberg@web.de> | 2008-12-19 13:14:52 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-12-19 11:55:33 -0800 |
commit | ec9f0ea3e6ecf1237223dec8428e7bb73d339320 (patch) | |
tree | 327def1d666d8bc1e7e4cd68df344d63f230e050 /Documentation/pretty-formats.txt | |
parent | 0956a6db7ae3a93c7bce62c1e3a6e0795055ad9f (diff) | |
download | git-ec9f0ea3e6ecf1237223dec8428e7bb73d339320.tar.gz git-ec9f0ea3e6ecf1237223dec8428e7bb73d339320.tar.xz |
Documentation: sync example output with git output
Don't confuse the user with old git messages.
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/pretty-formats.txt')
-rw-r--r-- | Documentation/pretty-formats.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/pretty-formats.txt b/Documentation/pretty-formats.txt index f18d33e00..0a8a948e6 100644 --- a/Documentation/pretty-formats.txt +++ b/Documentation/pretty-formats.txt @@ -30,7 +30,7 @@ This is designed to be as compact as possible. commit <sha1> Author: <author> - Date: <author date> + Date: <author date> <title line> @@ -49,9 +49,9 @@ This is designed to be as compact as possible. * 'fuller' commit <sha1> - Author: <author> + Author: <author> AuthorDate: <author date> - Commit: <committer> + Commit: <committer> CommitDate: <committer date> <title line> |