mirror of
https://github.com/git/git.git
synced 2024-10-31 06:17:56 +01:00
Documentation/log: clarify sha1 non-abbreviation in log --raw
Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
d89df367f6
commit
92de92172d
1 changed files with 4 additions and 1 deletions
|
@ -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>'
|
||||
+
|
||||
|
|
Loading…
Reference in a new issue