X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-apply-patch-script;h=6261fd85f29f6ee1441e530978ccc5374271cc6e;hb=ec3f5a46eae8dd36995ff4709360417b55bc2d7d;hp=0849a3e68b3a219aa41e3357fd71fb39b285e059;hpb=e4f5b8c69d5f29b2b95b1febe76ccd91d1dffb33;p=git.git diff --git a/git-apply-patch-script b/git-apply-patch-script index 0849a3e6..6261fd85 100755 --- a/git-apply-patch-script +++ b/git-apply-patch-script @@ -11,6 +11,9 @@ case "$#" in 1) echo >&2 "cannot handle unmerged diff on path $1." exit 1 ;; +8 | 9) + echo >&2 "cannot handle rename diff between $1 and $8 yet." + exit 1 ;; esac name="$1" tmp1="$2" hex1="$3" mode1="$4" tmp2="$5" hex2="$6" mode2="$7"