]> granicus.if.org Git - cgit/commit
ui-log: Colorize commit graph
authorJohan Herland <johan@herland.net>
Mon, 15 Nov 2010 17:39:51 +0000 (18:39 +0100)
committerLars Hjemli <hjemli@gmail.com>
Tue, 16 Nov 2010 07:18:37 +0000 (08:18 +0100)
commit268b34af23cdcac87aed3300bfe6154cbc65753e
treefccbebc21c004f5967947275ba5086589086ec36
parent9a8d39c668b98464bac97d4e5442966de63f97b2
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 <span> tags that apply the desired color
using CSS.

Signed-off-by: Johan Herland <johan@herland.net>
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
cgit.css
ui-log.c