Re: [PATCH v2] log: add option to choose which refs to decorate

2017-11-21 Thread Junio C Hamano
Rafael Ascensão writes: > When `log --decorate` is used, git will decorate commits with all > available refs. While in most cases this the desired effect, under some Missing verb. s/this the/this may give the/; perhaps. > conditions it can lead to excessively verbose output. Other than that,

[PATCH v2] log: add option to choose which refs to decorate

2017-11-21 Thread Rafael Ascensão
When `log --decorate` is used, git will decorate commits with all available refs. While in most cases this the desired effect, under some conditions it can lead to excessively verbose output. Introduce two command line options, `--decorate-refs=` and `--decorate-refs-exclude=` to allow the user to