Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Documentation/log: clarify sha1 non-abbreviation in log --raw
author
Matthieu Moy
<Matthieu.Moy@imag.fr>
Mon, 18 May 2015 17:55:58 +0000
(19:55 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 20 May 2015 22:28:51 +0000
(15:28 -0700)
Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/pretty-formats.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
d89df36
)
diff --git
a/Documentation/pretty-formats.txt
b/Documentation/pretty-formats.txt
index 85d63532a3e165110717ca2602e9dd806f10bd9f..2393f17efccc1d7abd0325321757accaa08fcbeb 100644
(file)
--- a/
Documentation/pretty-formats.txt
+++ b/
Documentation/pretty-formats.txt
@@
-79,7
+79,10
@@
stored in the commit object. Notably, the SHA-1s are
displayed in full, regardless of whether --abbrev or
--no-abbrev are used, and 'parents' information show the
true parent commits, without taking grafts or history
-simplification into account.
+simplification into account. Note that this format affects the way
+commits are displayed, but not the way the diff is shown e.g. with
+`git log --raw`. To get full object names in a raw diff format,
+use `--no-abbrev`.
* 'format:<string>'
+