]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ds/graph-horizontal-edges'
authorJunio C Hamano <gitster@pobox.com>
Thu, 30 Jan 2020 22:17:08 +0000 (14:17 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 30 Jan 2020 22:17:08 +0000 (14:17 -0800)
Rendering by "git log --graph" of ancestry lines leading to a merge
commit were made suboptimal to waste vertical space a bit with a
recent update, which has been corrected.

* ds/graph-horizontal-edges:
  graph: fix collapse of multiple edges
  graph: add test to demonstrate horizontal line bug


Trivial merge