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

2019-02-11 Thread Junio C Hamano
Roland Hieber writes: > The output of git-reflog(1) is currently only customisable by calling > reflog with --pretty=... or overriding the "pretty.oneline" format in > the config, which is currently the default fallback. It is correct to point out that "git reflog --pretty=..." is a valid way to

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

2019-02-08 Thread Roland Hieber
The output of git-reflog(1) is currently only customisable by calling reflog with --pretty=... or overriding the "pretty.oneline" format in the config, which is currently the default fallback. To enhance flexibility and save typing, teach reflog to fall back to a default format specified in the co