X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=git-am.sh;h=2c73d116b28d0d89d1fbdfc1d454506bff9e3f46;hb=290b1467a387a3e5306028f36118a52958fa36c5;hp=6db9cb503a2717d0c45ee40e262747cbeba3ad17;hpb=460ca302fdf453459850676c049ed7b46b43a0d4;p=git.git diff --git a/git-am.sh b/git-am.sh index 6db9cb503..2c73d116b 100755 --- a/git-am.sh +++ b/git-am.sh @@ -66,7 +66,7 @@ fall_back_3way () { git-update-index -z --index-info <"$dotest/patch-merge-index-info" && GIT_INDEX_FILE="$dotest/patch-merge-tmp-index" \ git-write-tree >"$dotest/patch-merge-base+" || - cannot_fallback "Patch does not record usable index information." + cannot_fallback "Repository lacks necessary blobs to fall back on 3-way merge." echo Using index info to reconstruct a base tree... if GIT_INDEX_FILE="$dotest/patch-merge-tmp-index" \