]> git.ipfire.org Git - thirdparty/git.git/commit - color.h
Move color option parsing out of diff.c and into color.[ch]
authorJeff King <peff@peff.net>
Fri, 8 Sep 2006 08:03:18 +0000 (04:03 -0400)
committerJunio C Hamano <junkio@cox.net>
Fri, 8 Sep 2006 23:44:10 +0000 (16:44 -0700)
commit7c92fe0eaa4fb89e27fa3617b9ae52f20b511573
treedaeaf172c4f6f5bc3a4d289550a2b13c31792f36
parent0424558190fb85e6702e7c64cd2b11bc31d7be85
Move color option parsing out of diff.c and into color.[ch]

The intent is to lib-ify colorizing code so it can be reused.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile
color.c [new file with mode: 0644]
color.h [new file with mode: 0644]
diff.c