summaryrefslogtreecommitdiff
path: root/send-pack.c
diff options
context:
space:
mode:
authorDerrick Stolee <dstolee@microsoft.com>2020-01-07 21:27:02 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-01-08 17:37:18 (GMT)
commita1087c93677bc0304c98f14915b1843e470e4a55 (patch)
treeb9c21c2068b0dd20c2068fc2bea15a39f4ca6c83 /send-pack.c
parent0d251c3291e4618325465a06186556b18be26adf (diff)
downloadgit-a1087c93677bc0304c98f14915b1843e470e4a55.zip
git-a1087c93677bc0304c98f14915b1843e470e4a55.tar.gz
git-a1087c93677bc0304c98f14915b1843e470e4a55.tar.bz2
graph: fix lack of color in horizontal lines
In some cases, horizontal lines in rendered graphs can lose their coloring. This is due to a use of graph_line_addch() instead of graph_line_write_column(). Using a ternary operator to pick the character is nice for compact code, but we actually need a column to provide the color. Add a test to t4215-log-skewed-merges.sh to prevent regression. Reported-by: Jeff King <peff@peff.net> Signed-off-by: Derrick Stolee <dstolee@microsoft.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'send-pack.c')
0 files changed, 0 insertions, 0 deletions