Re: [PATCHv3 2/4] builtin/blame: dim uninteresting metadata

2018-02-08 Thread Stefan Beller
On Mon, Jan 8, 2018 at 11:34 AM, Junio C Hamano wrote: > Stefan Beller writes: > >> +color.blame.repeatedMeta:: >> + Use the customized color for the part of git-blame output that >> + is repeated meta information per line (such as commit id, >> +

Re: [PATCHv3 2/4] builtin/blame: dim uninteresting metadata

2018-01-08 Thread Junio C Hamano
Stefan Beller writes: > +color.blame.repeatedMeta:: > + Use the customized color for the part of git-blame output that > + is repeated meta information per line (such as commit id, > + author name, date and timezone). Defaults to dark gray. > + > ... "Dark gray

[PATCHv3 2/4] builtin/blame: dim uninteresting metadata

2018-01-04 Thread Stefan Beller
When using git-blame lots of lines contain redundant information, for example in hunks that consist of multiple lines, the metadata (commit name, author, date) are repeated. A reader may not be interested in those, so offer an option to color the information that is repeated from the previous line