diff --git a/include/get.sh b/include/get.sh index 8ce26e39..acbd745a 100644 --- a/include/get.sh +++ b/include/get.sh @@ -443,7 +443,7 @@ tmpclone() while read -r tmpclone_patch; do - ( x_ git -C "$2" am --keep-cr "$tmpclone_patch" ) || \ + ( x_ git -C "$2" am -3 --keep-cr "$tmpclone_patch" ) || \ err "Can't apply '$tmpclone_patch'" "tmpclone" "$@"; : done < "$tmpclone_patchlist" || \