X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=color.h;h=68a926a2cdfb870ae0da0bfbc4c5b36681609911;hb=04f6785a089e552585ba022f9d9054eca385ca67;hp=c0528cf08713ac8e101cfdeac2b3de193a0c5094;hpb=7eacaeffd7c2cda1a50a643a7c0c144fea01c76f;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.