]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'np/log-graph-octopus-fix' into maint
authorJunio C Hamano <gitster@pobox.com>
Wed, 21 Nov 2018 13:57:49 +0000 (22:57 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 21 Nov 2018 13:57:49 +0000 (22:57 +0900)
"git log --graph" showing an octopus merge sometimes miscounted the
number of display columns it is consuming to show the merge and its
parent commits, which has been corrected.

* np/log-graph-octopus-fix:
  log: fix coloring of certain octopus merge shapes

1  2 
graph.c

diff --cc graph.c
Simple merge