]> git.ipfire.org Git - thirdparty/git.git/commit - diff.h
Use symbolic constants for diff-raw status indicators.
authorJunio C Hamano <junkio@cox.net>
Mon, 25 Jul 2005 20:05:44 +0000 (13:05 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 26 Jul 2005 00:15:34 +0000 (17:15 -0700)
commite7baa4f45f4420a6d2da6a13e8959f8405c3ea19
tree82690e08271cf72f7bcef79eec0e5d9f9b7e0047
parent30b0535f251a42aa3936e44041a8d25e0e578ab9
Use symbolic constants for diff-raw status indicators.

Both Cogito and StGIT prefer to see 'A' for new files.  The
current 'N' is visually harder to distinguish from 'M', which is
used for modified files.  Prepare the internals to use symbolic
constants to make the change easier.

Signed-off-by: Junio C Hamano <junkio@cox.net>
diff-helper.c
diff.c
diff.h