]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'np/log-graph-octopus-fix'
authorJunio C Hamano <gitster@pobox.com>
Fri, 26 Oct 2018 05:22:11 +0000 (14:22 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 26 Oct 2018 05:22:11 +0000 (14:22 +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