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 configuration. > > Sounds like a good idea to m

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

2019-01-30 Thread Matthieu Moy
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 configuration. Sounds like a good idea to me, but the patch needs a bit more work: > Documentation/git-reflog.txt |

[PATCH] reflog: specify default pretty format in config

2019-01-30 Thread Roland Hieber
The output of git-reflog is currently only customizable by calling reflog with --pretty=... or overriding the default "oneline" pretty format in the configuration. To save typing, teach reflog to fall back to a default format specified in the config option "reflog.pretty" unless a different pretty