]> gitweb.ps.run Git - ps-cgit/commitdiff
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)
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>

No differences found