show-branch: fix commit naming breakage.
authorJunio C Hamano <junkio@cox.net>
Sun, 25 Sep 2005 06:33:02 +0000 (23:33 -0700)
committerJunio C Hamano <junkio@cox.net>
Sun, 25 Sep 2005 06:33:02 +0000 (23:33 -0700)
It was ignoring the generation number of the commit when naming 2nd
and later parents, showing "(linus^n)^2" for any <n> incorrectly as
"linus^2".

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