diff options
Diffstat (limited to 'diff-helper.c')
-rw-r--r-- | diff-helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/diff-helper.c b/diff-helper.c index 3fa50ee75..734956e4d 100644 --- a/diff-helper.c +++ b/diff-helper.c @@ -91,7 +91,7 @@ int main(int ac, const char **av) { if (*cp++ != ' ') break; status = *cp++; - if (!strchr("MCRNDU", status)) + if (!strchr("AMCRDU", status)) break; two_paths = score = 0; if (status == DIFF_STATUS_RENAMED || |