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