projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7baa4f
)
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
diff --git
a/diff.h
b/diff.h
index
aebf3f1
..
3deb7fa
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'