]> git.ipfire.org Git - thirdparty/git.git/commit - color.c
Clean up use of ANSI color sequences
authorArjen Laarhoven <arjen@yaph.org>
Fri, 13 Feb 2009 21:53:40 +0000 (22:53 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 14 Feb 2009 01:27:58 +0000 (17:27 -0800)
commitdc6ebd4cc5028d59146e02e30f7945ee91974e6e
tree6028f6a7a3e2baf7b24bde5cd2819c148f0a3c68
parent5cd12b85fe8ff74f202a158511ead34e8aba584c
Clean up use of ANSI color sequences

Remove the literal ANSI escape sequences and replace them by readable
constants.

Signed-off-by: Arjen Laarhoven <arjen@yaph.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-branch.c
color.c
color.h
diff.c
pretty.c
wt-status.c