Re: [PATCH 0/3] fixing some random blame corner cases

2017-01-07 Thread Junio C Hamano
Jeff King writes: > [1/3]: blame: fix alignment with --abbrev=40 > [2/3]: blame: handle --no-abbrev > [3/3]: blame: output porcelain "previous" header for each file Thanks. 1 & 2 obviously look correct. I'd need to look at 3 when I am not exhausted, even though I expect it to be also fine

[PATCH 0/3] fixing some random blame corner cases

2017-01-05 Thread Jeff King
Here are three fixes for some fairly obscure corner cases. I haven't actually seen these in the wild. I came up with the final one while discussing a hypothetical with somebody, then ran across the middle one while trying to write a test for the third, which made me scratch my head enough to yield