From: Junio C Hamano Date: Tue, 11 Oct 2016 21:19:03 +0000 (-0700) Subject: Merge branch 'jk/graph-padding-fix' into maint X-Git-Tag: v2.10.2~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=18fd96f1d706357704c8d51f12b9412cd424ac49;p=thirdparty%2Fgit.git 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 --- 18fd96f1d706357704c8d51f12b9412cd424ac49