X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fpretty-options.txt;h=9b6f3899ec28fb431c1f3969bf5bfb717c12f346;hb=1c80c9b2cb5ae0d8c77f3c73730225ca19aeef4a;hp=af6d2b995a050007ae088dec8e2c3474e9f06ad5;hpb=40a56f45bcfeb5443bbd3b7f9e9f7ffd570d5398;p=git.git diff --git a/Documentation/pretty-options.txt b/Documentation/pretty-options.txt index af6d2b995..9b6f3899e 100644 --- a/Documentation/pretty-options.txt +++ b/Documentation/pretty-options.txt @@ -1,10 +1,11 @@ --pretty[='']:: ---format[='']:: +--format='':: Pretty-print the contents of the commit logs in a given format, where '' can be one of 'oneline', 'short', 'medium', - 'full', 'fuller', 'email', 'raw' and 'format:'. - When omitted, the format defaults to 'medium'. + 'full', 'fuller', 'email', 'raw' and 'format:'. See + the "PRETTY FORMATS" section for some additional details for each + format. When omitted, the format defaults to 'medium'. + Note: you can specify the default pretty format in the repository configuration (see linkgit:git-config[1]).