Re: [PATCH 3/3] blame: only coalesce lines that are adjacent in result From: Junio C Hamano <hidden> Date: 2020-08-13 18:42:03 Jeff King [off-list ref] writes: +test_expect_success 'blame does not coalesce non-adjacent result lines' ' + cat >expect <<-EOF && + $orig 1) ABC + $orig 3) DEF + EOF + git blame --no-abbrev -s -L1,1 -L3,3 $split giraffe >actual && I like this much better than "git -c core.abbrev=40", too. Good. + test_cmp expect actual +' + test_done
Keyboard shortcuts hback out one level jnext message in thread kprevious message in thread ldrill in Escclose help / fold thread tree ?toggle this help