Merge branch 'jk/graph-padding-fix' into maint
authorJunio C Hamano <gitster@pobox.com>
Tue, 11 Oct 2016 21:19:03 +0000 (14:19 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 11 Oct 2016 21:19:03 +0000 (14:19 -0700)
commit18fd96f1d706357704c8d51f12b9412cd424ac49
treeeae41a4b0201011c458a4504ae4906d6c30c5cda
parent1f253d88face02b68a86fae36e6722c9ebc73856
parent16477935245a522d99d0dd7e346638c02542f1d0
Merge branch 'jk/graph-padding-fix' into maint

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