From 7cd52b5b4bf3be1f5d33fed889af186aae1ea7b8 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 5 Apr 2011 00:40:23 -0500 Subject: Share color list between graph and show-branch This also adds the new colors to show-branch that were added a while back for graph output. Signed-off-by: Dan McGee Signed-off-by: Junio C Hamano --- color.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'color.h') diff --git a/color.h b/color.h index c0528cf087..68a926a2cd 100644 --- a/color.h +++ b/color.h @@ -53,6 +53,9 @@ struct strbuf; */ extern int git_use_color_default; +/* A default list of colors to use for commit graphs and show-branch output */ +extern const char *column_colors_ansi[]; +extern const int column_colors_ansi_max; /* * Use this instead of git_default_config if you need the value of color.ui. -- cgit v1.2.3