This is picking up [1], but presenting it in another approach, as I realized these are orthogonal features: * dimming repeated lines/fields of information * giving a quick visual information how old (as a proxy for 'well tested') a line of code is. Both features are configurable. Any feedback welcome. Thanks, Stefan [1] https://public-inbox.org/git/20170613023151.9688-1-sbeller@xxxxxxxxxx/ Stefan Beller (4): color.h: modernize header builtin/blame: dim uninteresting metadata builtin/blame: add option to color metadata fields separately builtin/blame: highlight recently changed lines Documentation/config.txt | 25 ++++++ builtin/blame.c | 216 ++++++++++++++++++++++++++++++++++++++++++----- color.c | 2 - color.h | 49 ++++++++--- t/t8012-blame-colors.sh | 56 ++++++++++++ 5 files changed, 313 insertions(+), 35 deletions(-) create mode 100755 t/t8012-blame-colors.sh -- 2.15.0.128.gcadd42da22