commit.c: "Merge" fix in pretty_print_commit.
commit6bfb27a0c5d742306905ed9c0962ba3c0a091625
authorJunio C Hamano <junkio@cox.net>
Fri, 3 Feb 2006 01:52:19 +0000 (2 17:52 -0800)
committerJunio C Hamano <junkio@cox.net>
Fri, 3 Feb 2006 01:52:19 +0000 (2 17:52 -0800)
tree16facb53d3f907348a0a73df209f93bcc696fb76
parent97f58b785d6c5c86b52a365b0086b5b098f5ee97
commit.c: "Merge" fix in pretty_print_commit.

Earlier, f2d4227530499db3e273ae84f30adfd4b70791c6 commit broke Merge:
lines for unabbreviated case.  Do not emit extra dots if we do not
abbreviate.

Signed-off-by: Junio C Hamano <junkio@cox.net>
commit.c