Merge branch 'sb/blame-color'
commit3d241297991c6f6ac6b1e50e52a4ae35bc431f28
authorJunio C Hamano <gitster@pobox.com>
Wed, 30 May 2018 05:04:09 +0000 (30 14:04 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 30 May 2018 05:04:09 +0000 (30 14:04 +0900)
treef15e41d3b37d2952b02b05eb33768c4e435553cc
parent2a98a8794eac7089d4e44f51b19e358a14eb6d3e
parent0dc95a4d8a71bcb0c9d0163716bd99c2d785bd10
Merge branch 'sb/blame-color'

"git blame" learns to unhighlight uninteresting metadata from the
originating commit on lines that are the same as the previous one,
and also paint lines in different colors depending on the age of
the commit.

* sb/blame-color:
  builtin/blame: add new coloring scheme config
  builtin/blame: highlight recently changed lines
  builtin/blame: dim uninteresting metadata lines
Documentation/config.txt
builtin/blame.c