summaryrefslogtreecommitdiffstats
path: root/pretty-formats.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-06-01 13:37:32 -0700
committerJunio C Hamano <gitster@pobox.com>2015-06-01 13:37:32 -0700
commit85f1fdef295d40098c723afbbbc650101868d697 (patch)
tree0cec3790ff766c157703bf9bff3e1fc4b2deca92 /pretty-formats.txt
parentc4e2a202f871f2ea28e7598befddf229f7cda9f5 (diff)
downloadgit-htmldocs-85f1fdef295d40098c723afbbbc650101868d697.tar.gz
Autogenerated HTML docs for v2.4.2-387-gf86f3
Diffstat (limited to 'pretty-formats.txt')
-rw-r--r--pretty-formats.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/pretty-formats.txt b/pretty-formats.txt
index dcf7429a4..dc865cbb2 100644
--- a/pretty-formats.txt
+++ b/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>'
+