summaryrefslogtreecommitdiff
path: root/apply_patches.sh
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2024-03-27 15:46:01 +0100
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2024-03-27 15:46:01 +0100
commit04d02626863144a69caf5c821502c91093b7de58 (patch)
tree9705066cbe5610f95e669a47cfcc8cd5cc7a5048 /apply_patches.sh
parentb2ce0ed438038ca8c6dfb8368579d351d721eb52 (diff)
fix wownero coin control
use proper headers properly apply patches
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