From: Junio C Hamano Date: Sun, 25 Sep 2005 06:33:02 +0000 (-0700) Subject: show-branch: fix commit naming breakage. X-Git-Tag: v0.99.7d~1^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/fbaf834de12efb43dea8d2679a040462e9d3d03d?hp=fbaf834de12efb43dea8d2679a040462e9d3d03d show-branch: fix commit naming breakage. It was ignoring the generation number of the commit when naming 2nd and later parents, showing "(linus^n)^2" for any incorrectly as "linus^2". Signed-off-by: Junio C Hamano ---