Skip to content

Commit

Permalink
diff-raw: Use 'A' instead of 'N' for added files.
Browse files Browse the repository at this point in the history
This actually changes the diff-raw status letter from N to A
for added files.

Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Jul 26, 2005
1 parent e7baa4f commit ca8c915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diff.h
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit ca8c915

Please sign in to comment.