diff options
author | Nikolaus Schulz <microschulz@web.de> | 2008-07-05 02:00:13 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-07-05 16:41:11 -0700 |
commit | 2b2da6846370978123935258890a059167dc73bd (patch) | |
tree | 3ac11aa0c7a78e685a184ff7ff1eb7594aa043e9 | |
parent | 78e3118685bc2050b4ee9ab754dcd79eb2ed4fb7 (diff) | |
download | git-2b2da6846370978123935258890a059167dc73bd.tar.gz |
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 <gitster@pobox.com>
-rw-r--r-- | Documentation/pretty-formats.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/pretty-formats.txt b/Documentation/pretty-formats.txt index ec37555794..69e6d2fa44 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: <date> + Date: <author date> <title line> @@ -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> |