Merge branch 'jk/graph-padding-fix'
commitcb52426d9af9129c052529c5207fc014c38bd46f
authorJunio C Hamano <gitster@pobox.com>
Thu, 6 Oct 2016 21:53:11 +0000 (6 14:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 6 Oct 2016 21:53:11 +0000 (6 14:53 -0700)
treedadac26cbb78c099d68b4b4a39103e9f4f5cb0ed
parent3b01d9aee0d2a54f0dd4704e22dfb49ae08203d5
parent16477935245a522d99d0dd7e346638c02542f1d0
Merge branch 'jk/graph-padding-fix'

The "graph" API used in "git log --graph" miscounted the number of
output columns consumed so far when drawing a padding line, which
has been fixed; this did not affect any existing code as nobody
tried to write anything after the padding on such a line, though.

* jk/graph-padding-fix:
  graph: fix extra spaces in graph_padding_line
graph.c