War on whitespace
[git/jrn.git] / Documentation / pretty-options.txt
blob6338def5a795a8171286626752a96f8ac88842c8
1 --pretty[='<format>']::
3         Pretty print the contents of the commit logs in a given format,
4         where '<format>' can be one of 'oneline', 'short', 'medium',
5         'full', 'fuller', 'email', 'raw' and 'format:<string>'.
6         When left out the format default to 'medium'.
8 --encoding[=<encoding>]::
9         The commit objects record the encoding used for the log message
10         in their encoding header; this option can be used to tell the
11         command to re-code the commit log message in the encoding
12         preferred by the user.  For non plumbing commands this
13         defaults to UTF-8.