mergetool: respect autocrlf by using checkout-index
[gitweb.git] / Documentation / pretty-options.txt
index 973d8dd733f954abf93aac7c68efef1154e9f315..5f21efe40745a98eafff7df67a916b1f1193fae4 100644 (file)
@@ -4,10 +4,13 @@
        where '<format>' can be one of 'oneline', 'short', 'medium',
        'full', 'fuller', 'email', 'raw' and 'format:<string>'.
        When omitted, the format defaults to 'medium'.
++
+Note: you can specify the default pretty format in the repository
+configuration (see linkgit:git-config[1]).
 
 --abbrev-commit::
        Instead of showing the full 40-byte hexadecimal commit object
-       name, show only handful hexdigits prefix.  Non default number of
+       name, show only a partial prefix.  Non default number of
        digits can be specified with "--abbrev=<n>" (which also modifies
        diff output, if it is displayed).
 +