Re: [PATCH 4/4] builtin/blame: highlight recently changed lines

2017-12-28 Thread Eric Sunshine
On Thu, Dec 28, 2017 at 4:03 PM, Stefan Beller wrote: > Choose a different color for dates and imitate a 'temperature cool down' > for the dates. s/for the dates/depending upon age/ > [...] > Signed-off-by: Stefan Beller > --- > diff --git

[PATCH 4/4] builtin/blame: highlight recently changed lines

2017-12-28 Thread Stefan Beller
Choose a different color for dates and imitate a 'temperature cool down' for the dates. Originally I had planned to have the temperature cooldown dependent on the age of the project or file for example, as that might scale better, but that can be added on top of this commit, e.g. instead of

[PATCH 4/4] builtin/blame: highlight recently changed lines

2017-11-09 Thread Stefan Beller
Choose a different color for dates and imitate a 'temperature cool down' for the dates. Signed-off-by: Stefan Beller --- Documentation/config.txt | 20 + builtin/blame.c | 74 +++- 2 files changed, 93