From: Johan Herland Date: Mon, 15 Nov 2010 17:39:51 +0000 (+0100) Subject: ui-log: Colorize commit graph X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/268b34af23cdcac87aed3300bfe6154cbc65753e?hp=268b34af23cdcac87aed3300bfe6154cbc65753e ui-log: Colorize commit graph Use the existing coloring logic in Git's graph code to color the lines between commits in the commit graph. Whereas Git normally uses ANSI color escapes to produce colors, we here use graph_set_column_colors() to replace those with HTML color escapes, that embed the graph lines in tags that apply the desired color using CSS. Signed-off-by: Johan Herland Signed-off-by: Lars Hjemli ---