summaryrefslogtreecommitdiffstats
path: root/pretty-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2011-05-25 23:59:59 +0000
committerJunio C Hamano <junio@kernel.org>2011-05-25 23:59:59 +0000
commitf93530e842de298d91691d6b21225deabb4c2765 (patch)
treebdf8bf4a79b12ce0b72a684a1fb7d47c18c8fcc2 /pretty-options.txt
parent2a294cdddac356b905bb00d260fbd221d91af595 (diff)
downloadgit-htmldocs-f93530e842de298d91691d6b21225deabb4c2765.tar.gz
Autogenerated HTML docs for v1.7.5.2-365-g5cfe4
Diffstat (limited to 'pretty-options.txt')
-rw-r--r--pretty-options.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/pretty-options.txt b/pretty-options.txt
index d5c977262..2a3dc8664 100644
--- a/pretty-options.txt
+++ b/pretty-options.txt
@@ -19,6 +19,11 @@ configuration (see linkgit:git-config[1]).
This should make "--pretty=oneline" a whole lot more readable for
people using 80-column terminals.
+--no-abbrev-commit::
+ Show the full 40-byte hexadecimal commit object name. This negates
+ `--abbrev-commit` and those options which imply it such as
+ "--oneline". It also overrides the 'log.abbrevCommit' variable.
+
--oneline::
This is a shorthand for "--pretty=oneline --abbrev-commit"
used together.