]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/blame-coalesce-fix'
authorJunio C Hamano <gitster@pobox.com>
Wed, 19 Aug 2020 23:14:49 +0000 (16:14 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 Aug 2020 23:14:49 +0000 (16:14 -0700)
When given more than one target line ranges, "git blame -La,b
-Lc,d" was over-eager to coalesce groups of original lines and
showed incorrect results, which has been corrected.

* jk/blame-coalesce-fix:
  blame: only coalesce lines that are adjacent in result
  t8003: factor setup out of coalesce test
  t8003: check output of coalesced blame

1  2 
t/t8003-blame-corner-cases.sh

Simple merge