author | Junio C Hamano <junkio@cox.net> | |
Mon, 25 Jul 2005 20:05:44 +0000 (13:05 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 26 Jul 2005 00:15:34 +0000 (17:15 -0700) | ||
commit | e7baa4f45f4420a6d2da6a13e8959f8405c3ea19 | |
tree | 82690e08271cf72f7bcef79eec0e5d9f9b7e0047 | tree | snapshot |
parent | 30b0535f251a42aa3936e44041a8d25e0e578ab9 | commit | diff |
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>
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 | blob | history | |
diff.c | diff | blob | history | |
diff.h | diff | blob | history |