log/show/whatchanged: introduce format.pretty configuration
commit94c22a5e7b4247d7d6453272c4425d81071d2689
authorDenis Cheng <crquan@gmail.com>
Sun, 2 Mar 2008 09:05:53 +0000 (2 17:05 +0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 Mar 2008 20:06:09 +0000 (5 12:06 -0800)
treec6abde996c9cc483721843454f3b34ec4ffd9b6b
parent9225d7be0abab0c3b1325a733aea127b45a18625
log/show/whatchanged: introduce format.pretty configuration

When running log/show/whatchanged from the command line, the user may
want to use a preferred format without having to pass --pretty=<fmt>
option every time from the command line.  This teaches these three
commands to honor a new configuration variable, format.pretty.

The --pretty option given from the command line will override the
configured format.

The earlier patch fixed the in-tree callers that run these commands
for purposes other than showing the output directly to the end user
(the only other in-tree caller is "git bisect visualize", whose output
directly goes to the end user and should be affected by this patch).

Similar fixes will be needed for end-user scripts that parse the
output from these commands and expect them to be in the default pretty
format.

Signed-off-by: Denis Cheng <crquan@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
Documentation/pretty-options.txt
builtin-log.c