Code

builtin-branch.c: Rename branch category color names
authorArjen Laarhoven <arjen@yaph.org>
Fri, 13 Feb 2009 21:53:41 +0000 (22:53 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 14 Feb 2009 01:28:06 +0000 (17:28 -0800)
commit74bb2dfbec15ad47242b9a879b5547b6f4a28318
tree5815a89904e04512567c9951c70baf833644c644
parentdc6ebd4cc5028d59146e02e30f7945ee91974e6e
builtin-branch.c: Rename branch category color names

The branch color constants have the form COLOR_BRANCH_$category.  Rename
them to BRANCH_COLOR_$category as this conveys their meaning better.

Signed-off-by: Arjen Laarhoven <arjen@yaph.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-branch.c