X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=apply.c;h=668b16e9893d2f1e0501f2771716138db6e2efdd;hb=608cc4f2738d5e2055e238b2a9e482180d948a05;hp=4a4e9a0158caec5b971ebe9926cf4de75ab123fc;hpb=c9f1f4412cdb7fdb5da47fd1c5bc9614cc9aa48c;p=thirdparty%2Fgit.git diff --git a/apply.c b/apply.c index 4a4e9a0158..668b16e989 100644 --- a/apply.c +++ b/apply.c @@ -3948,10 +3948,8 @@ static int check_patch(struct apply_state *state, struct patch *patch) break; /* happy */ case EXISTS_IN_INDEX: return error(_("%s: already exists in index"), new_name); - break; case EXISTS_IN_INDEX_AS_ITA: return error(_("%s: does not match index"), new_name); - break; case EXISTS_IN_WORKTREE: return error(_("%s: already exists in working directory"), new_name);