summaryrefslogtreecommitdiff
path: root/apply_patches.sh
diff options
context:
space:
mode:
Diffstat (limited to 'apply_patches.sh')
-rwxr-xr-xapply_patches.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/apply_patches.sh b/apply_patches.sh
index 67f0b2f..b270d55 100755
--- a/apply_patches.sh
+++ b/apply_patches.sh
@@ -28,12 +28,8 @@ fi
set -e
cd $repo
-git apply ../patches/$repo/*.patch --index
+git am ../patches/$repo/*.patch
git submodule init
git submodule update --init --recursive --force
touch .patch-applied
-git add .
-git config user.email "you@example.com"
-git config user.name "Your Name"
-git commit -m 'patch applied' # fatal: path 'external/polyseed' exists on disk, but not in 'HEAD'
echo "you are good to go!" \ No newline at end of file