diff options
-rw-r--r-- | include/get.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/get.sh b/include/get.sh index 35cf2dbf..c463bbc5 100644 --- a/include/get.sh +++ b/include/get.sh @@ -373,7 +373,7 @@ tmpclone() while read -r tmpclone_patch; do - ( x_ git -C "$2" am "$tmpclone_patch" ) || \ + ( x_ git -C "$2" am --keep-cr "$tmpclone_patch" ) || \ err "Can't apply '$tmpclone_patch'" "tmpclone" "$@"; : done < "$tmpclone_patchlist" || \ |