Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
diff-raw: Use 'A' instead of 'N' for added files.
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>
diff.h
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
e7baa4f
)
diff --git
a/diff.h
b/diff.h
index aebf3f1ab52c75e09e3a7da0a663cf12f68d197e..3deb7fa4e8b6a572d5ab8d2c6a4da80478074244 100644
(file)
--- a/
diff.h
+++ b/
diff.h
@@
-83,7
+83,7
@@
extern int diff_queue_is_empty(void);
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'