summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e7baa4f)
raw | patch | inline | side by side (parent: e7baa4f)
author | Junio C Hamano <junkio@cox.net> | |
Mon, 25 Jul 2005 21:31:19 +0000 (14:31 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 26 Jul 2005 00:16:20 +0000 (17:16 -0700) |
This actually changes the diff-raw status letter from N to A
for added files.
Signed-off-by: Junio C Hamano <junkio@cox.net>
for added files.
Signed-off-by: Junio C Hamano <junkio@cox.net>
diff.h | patch | blob | history |
index aebf3f1ab52c75e09e3a7da0a663cf12f68d197e..3deb7fa4e8b6a572d5ab8d2c6a4da80478074244 100644 (file)
--- a/diff.h
+++ b/diff.h
extern void diff_flush(int output_style, int line_terminator);
/* diff-raw status letters */
-#define DIFF_STATUS_ADDED 'N'
+#define DIFF_STATUS_ADDED 'A'
#define DIFF_STATUS_COPIED 'C'
#define DIFF_STATUS_DELETED 'D'
#define DIFF_STATUS_MODIFIED 'M'