X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=diff-helper.c;h=734956e4da47c1a7e982a7a9fd16afe9d49f9cf0;hb=5d9d831a51dc7847ad40fac77f9a072aa2d1c0bd;hp=3fa50ee75b510c5396fe004160f80ddbe4955ca1;hpb=f10e0e0b18c8e2e69535e7380fb3c1f9b097cfda;p=git.git diff --git a/diff-helper.c b/diff-helper.c index 3fa50ee7..734956e4 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 ||