summaryrefslogtreecommitdiffstats
path: root/pretty-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-06-21 00:35:36 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-06-21 00:35:36 +0000
commitee695f22c4399a2593020bdf65682a21edbd0526 (patch)
treec627fb11395fbe23e8bd005ae2987300b373d2f5 /pretty-options.txt
parent29b1b925c6954129755f0dcd1b003ab0067878c5 (diff)
downloadgit-htmldocs-ee695f22c4399a2593020bdf65682a21edbd0526.tar.gz
Autogenerated HTML docs for v1.5.2.2-249-g45fd
Diffstat (limited to 'pretty-options.txt')
-rw-r--r--pretty-options.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/pretty-options.txt b/pretty-options.txt
index 6338def5a..746bc5b7f 100644
--- a/pretty-options.txt
+++ b/pretty-options.txt
@@ -5,6 +5,15 @@
'full', 'fuller', 'email', 'raw' and 'format:<string>'.
When left out the format default to 'medium'.
+--abbrev-commit::
+ Instead of showing the full 40-byte hexadecimal commit object
+ name, show only handful hexdigits prefix. Non default number of
+ digits can be specified with "--abbrev=<n>" (which also modifies
+ diff output, if it is displayed).
++
+This should make "--pretty=oneline" a whole lot more readable for
+people using 80-column terminals.
+
--encoding[=<encoding>]::
The commit objects record the encoding used for the log message
in their encoding header; this option can be used to tell the