From: Mark Lodato Date: Sun, 7 Mar 2010 16:52:45 +0000 (-0500) Subject: Add GIT_COLOR_BOLD_* and GIT_COLOR_BG_* X-Git-Tag: v1.7.1-rc0~51^2~2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/758df17ab07a58e5b0f8effdf2d1b71fe8d79f1d?ds=inline;hp=758df17ab07a58e5b0f8effdf2d1b71fe8d79f1d Add GIT_COLOR_BOLD_* and GIT_COLOR_BG_* Add GIT_COLOR_BOLD_* macros to set both bold and the color in one sequence. This saves two characters of output ("ESC [ m", minus ";") and makes the code more readable. Add the remaining GIT_COLOR_BG_* macros to make the list complete. The white and black colors are not included since they look bad on most terminals. Signed-off-by: Mark Lodato Signed-off-by: Junio C Hamano ---