git blame -C: fix output format tweaks when crossing file boundary.
authorJunio C Hamano <junkio@cox.net>
Wed, 29 Nov 2006 06:29:18 +0000 (22:29 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 29 Nov 2006 06:32:23 +0000 (22:32 -0800)
We used to get the case that more than two paths came from the
same commit wrong when computing the output width and deciding
to turn on --show-name option automatically. When we find that
lines that came from a path that is different from what we
started digging from, we should always turn --show-name on, and
we should count the name length for all files involved.

Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found