Merge branch 'ds/graph-horizontal-edges'
commitd52adee7790352c96fa37558206e6db8866879d2
authorJunio C Hamano <gitster@pobox.com>
Thu, 30 Jan 2020 22:17:08 +0000 (30 14:17 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 30 Jan 2020 22:17:08 +0000 (30 14:17 -0800)
treef8b1110bec01757b1ad7b351559cac71f7986cc0
parent690947449157c8fd6e84b25352f717d5f1fc6a51
parentc958d3bd0a3781094db6fa8c45776785c98b6c98
Merge branch 'ds/graph-horizontal-edges'

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