Stefan Beller <sbeller@xxxxxxxxxx> writes: > This is a revamp of > https://public-inbox.org/git/20180416220955.46163-1-sbeller@xxxxxxxxxx/ > > Junio had some issue with that version, as it would collide config and command > line options. This is fixed now by introducing another option. Heh, that sounds as if the series was rerolled unnecessarily, only because I had unreasonable complaints. I was hoping that issues the series had were fixed, and my involvement was merely that I happened to be the one who pointed out first. In any case, will replace and take a look at it. Thanks. > > Thanks, > Stefan > > Stefan Beller (3): > builtin/blame: dim uninteresting metadata lines > builtin/blame: highlight recently changed lines > builtin/blame: add new coloring scheme config > > Documentation/config.txt | 27 ++++++++ > builtin/blame.c | 129 +++++++++++++++++++++++++++++++++++++-- > t/t8012-blame-colors.sh | 48 +++++++++++++++ > 3 files changed, 200 insertions(+), 4 deletions(-) > create mode 100755 t/t8012-blame-colors.sh