]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ds/graph-assert-fix'
authorJunio C Hamano <gitster@pobox.com>
Wed, 8 Jan 2020 20:44:12 +0000 (12:44 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 Jan 2020 20:44:13 +0000 (12:44 -0800)
Since recent updates to the log graph rendering code, drawing
certain merges started triggering an assert on a condition that
would no longer hold true, which has been corrected.

* ds/graph-assert-fix:
  graph: fix lack of color in horizontal lines
  graph: drop assert() for merge with two collapsing parents


Trivial merge