summaryrefslogtreecommitdiffstats
path: root/pretty-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2009-03-06 08:21:09 +0000
committerJunio C Hamano <junio@hera.kernel.org>2009-03-06 08:21:09 +0000
commit0a23522474e120e244e3082ebee15365db20367a (patch)
tree7d92d7744bbe3d57103f64f3b3a4cd16ba9fe55e /pretty-options.txt
parent36ac993d398d38a097e0c36200f1399aafa6f06c (diff)
downloadgit-htmldocs-0a23522474e120e244e3082ebee15365db20367a.tar.gz
Autogenerated HTML docs for v1.6.2-77-g8cc3f
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 5f21efe40..bff94991b 100644
--- a/pretty-options.txt
+++ b/pretty-options.txt
@@ -1,4 +1,5 @@
--pretty[='<format>']::
+--format[='<format>']::
Pretty-print the contents of the commit logs in a given format,
where '<format>' can be one of 'oneline', 'short', 'medium',
@@ -17,6 +18,10 @@ configuration (see linkgit:git-config[1]).
This should make "--pretty=oneline" a whole lot more readable for
people using 80-column terminals.
+--oneline::
+ This is a shorthand for "--pretty=oneline --abbrev-commit"
+ used together.
+
--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