Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Documentation: be precise about which date --pretty uses
author
Nikolaus Schulz
<microschulz@web.de>
Sat, 5 Jul 2008 00:00:13 +0000
(
02:00
+0200)
committer
Junio C Hamano
<gitster@pobox.com>
Sat, 5 Jul 2008 23:41:11 +0000
(16:41 -0700)
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>
Documentation/pretty-formats.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
78e3118
)
diff --git
a/Documentation/pretty-formats.txt
b/Documentation/pretty-formats.txt
index ec3755579408ebae58c7de644609590f5636b9c6..69e6d2fa4459313e4a6bdda77847d74d9219e2e1 100644
(file)
--- 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 & tim
e>
+ AuthorDate: <
author dat
e>
Commit: <committer>
- CommitDate: <
date & tim
e>
+ CommitDate: <
committer dat
e>
<title line>
@@
-62,7
+62,7
@@
This is designed to be as compact as possible.
From <sha1> <date>
From: <author>
- Date: <
date & tim
e>
+ Date: <
author dat
e>
Subject: [PATCH] <title line>
<full commit message>