author | Allan Caffee <allan.caffee@gmail.com> | |
Wed, 22 Apr 2009 21:27:59 +0000 (17:27 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 23 Apr 2009 00:49:56 +0000 (17:49 -0700) | ||
commit | a6c1a3827c934872726bafb35f51f2ad9b9e897f | |
tree | 3a0f601dcec66d00cbacfc1848b42ca75ad0c4be | tree | snapshot |
parent | 36a31feae23ac45a130fa38b2934a74e4e7156b4 | commit | diff |
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>
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 | diff | blob | history | |
t/t4202-log.sh | diff | blob | history |