[PATCH v2] reflog: specify default pretty format in config

2019-02-08 Thread Roland Hieber
ied in the config option "reflog.pretty" unless a different pretty format is given on the command line. This behaviour is similar to the "format.pretty" option for git-log(1) and git-show(1). When "reflog.pretty" is not set, fall back to the old default of --pretty=oneli

Re: [PATCH] reflog: specify default pretty format in config

2019-01-31 Thread Roland Hieber
On Wed, Jan 30, 2019 at 07:22:49PM +0100, Matthieu Moy wrote: > Roland Hieber writes: > > > The output of git-reflog is currently only customizable by calling > > reflog with --pretty=... or overriding the default "oneline" pretty > > format in the configuratio

[PATCH] reflog: specify default pretty format in config

2019-01-30 Thread Roland Hieber
s a different pretty format is given on the command line. (This is similar to the "format.pretty" option for git-log and git-show.) When this config option is not set, fall back to the old default of --pretty=oneline --abbrev-hash. Signed-off-by: Roland Hieber --- Documentation/git-ref