This actually changes the diff-raw status letter from N to A for added files.
Signed-off-by: Junio C Hamano <[EMAIL PROTECTED]> --- diff.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ca8c9156f8f980455f64e2cedcf0347328e46029 diff --git a/diff.h b/diff.h --- 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' - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html