From: Nikolaus Schulz Date: Sat, 5 Jul 2008 00:00:13 +0000 (+0200) Subject: Documentation: be precise about which date --pretty uses X-Git-Tag: v1.5.6.3~10^2~13 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2b2da6846370978123935258890a059167dc73bd;p=git.git Documentation: be precise about which date --pretty uses This makes it explicit that the --pretty formats 'medium' and 'email' use the author date (and ignore the committer date). Signed-off-by: Junio C Hamano --- diff --git a/Documentation/pretty-formats.txt b/Documentation/pretty-formats.txt index ec3755579..69e6d2fa4 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 Author: - Date: + Date: @@ -50,9 +50,9 @@ This is designed to be as compact as possible. commit <sha1> Author: <author> - AuthorDate: <date & time> + AuthorDate: <author date> Commit: <committer> - CommitDate: <date & time> + CommitDate: <committer date> <title line> @@ -62,7 +62,7 @@ This is designed to be as compact as possible. From <sha1> <date> From: <author> - Date: <date & time> + Date: <author date> Subject: [PATCH] <title line> <full commit message>