X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-apply-patch-script;h=6261fd85f29f6ee1441e530978ccc5374271cc6e;hb=9a217f2a725b085982e57b2a900d46128713cb27;hp=171c9f5f43abf7299e4b394a3787f97c726d1f6e;hpb=5c97558c9a813a0a775c438a79cfc438def00c22;p=git.git diff --git a/git-apply-patch-script b/git-apply-patch-script index 171c9f5f..6261fd85 100755 --- a/git-apply-patch-script +++ b/git-apply-patch-script @@ -11,7 +11,7 @@ case "$#" in 1) echo >&2 "cannot handle unmerged diff on path $1." exit 1 ;; -8) +8 | 9) echo >&2 "cannot handle rename diff between $1 and $8 yet." exit 1 ;; esac