This is a resend of sb/blame-color, dropping the patch "add option to color metadata fields separately" as I think it is not needed. > Expecting a reroll. > cf. https://public-inbox.org/git/20171110011002.10179-1-sbeller@xxxxxxxxxx/#t > error messages are funny, can segfault, ... The error messages have been addressed. However a default mode that is enabled by color.ui has not been added yet. Thanks, Stefan Stefan Beller (2): builtin/blame: dim uninteresting metadata lines builtin/blame: highlight recently changed lines Documentation/config.txt | 23 ++++++++ builtin/blame.c | 118 +++++++++++++++++++++++++++++++++++++-- color.h | 1 + t/t8012-blame-colors.sh | 54 ++++++++++++++++++ 4 files changed, 192 insertions(+), 4 deletions(-) create mode 100755 t/t8012-blame-colors.sh -- 2.17.0.484.g0c8726318c-goog