]> git.ipfire.org Git - thirdparty/git.git/commit - graph.c
graph API: fix a bug in the rendering of octopus merges
authorAllan Caffee <allan.caffee@gmail.com>
Wed, 22 Apr 2009 21:27:59 +0000 (17:27 -0400)
committerJunio C Hamano <gitster@pobox.com>
Thu, 23 Apr 2009 00:49:56 +0000 (17:49 -0700)
commita6c1a3827c934872726bafb35f51f2ad9b9e897f
tree3a0f601dcec66d00cbacfc1848b42ca75ad0c4be
parent36a31feae23ac45a130fa38b2934a74e4e7156b4
graph API: fix a bug in the rendering of octopus merges

An off by one error was causing octopus merges with 3 parents to not be
rendered correctly.  This regression was introduced by 427fc5.

Signed-off-by: Allan Caffee <allan.caffee@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
graph.c
t/t4202-log.sh