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>
This commit is contained in:
parent
78e3118685
commit
2b2da68463
@ -30,7 +30,7 @@ This is designed to be as compact as possible.
|
|||||||
|
|
||||||
commit <sha1>
|
commit <sha1>
|
||||||
Author: <author>
|
Author: <author>
|
||||||
Date: <date>
|
Date: <author date>
|
||||||
|
|
||||||
<title line>
|
<title line>
|
||||||
|
|
||||||
@ -50,9 +50,9 @@ This is designed to be as compact as possible.
|
|||||||
|
|
||||||
commit <sha1>
|
commit <sha1>
|
||||||
Author: <author>
|
Author: <author>
|
||||||
AuthorDate: <date & time>
|
AuthorDate: <author date>
|
||||||
Commit: <committer>
|
Commit: <committer>
|
||||||
CommitDate: <date & time>
|
CommitDate: <committer date>
|
||||||
|
|
||||||
<title line>
|
<title line>
|
||||||
|
|
||||||
@ -62,7 +62,7 @@ This is designed to be as compact as possible.
|
|||||||
|
|
||||||
From <sha1> <date>
|
From <sha1> <date>
|
||||||
From: <author>
|
From: <author>
|
||||||
Date: <date & time>
|
Date: <author date>
|
||||||
Subject: [PATCH] <title line>
|
Subject: [PATCH] <title line>
|
||||||
|
|
||||||
<full commit message>
|
<full commit message>
|
||||||
|
Loading…
Reference in New Issue
Block a user