X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=color.h;h=68a926a2cdfb870ae0da0bfbc4c5b36681609911;hb=3bee6a4733a1ff03b9cc659ea026c6dc17567d4d;hp=c0528cf08713ac8e101cfdeac2b3de193a0c5094;hpb=1c6a50bb41dc49883d447df17a6c575684ec04ff;p=git.git diff --git a/color.h b/color.h index c0528cf08..68a926a2c 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.