Skip to content

Commit

Permalink
update genPatches.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
way-zer committed Jun 10, 2024
1 parent 406207a commit 4d9e859
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/genPatches.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

cd work/ || exit 1
rm ../patches/*/*
(cd ..&&rm -rf patches/*)
git format-patch --full-index --no-signature --zero-commit -N -o ../patches/picked base...picked
git format-patch --full-index --no-signature --zero-commit -N -o ../patches/client picked
cd ../ && git add patches/
(cd .. && git add patches)

0 comments on commit 4d9e859

Please sign in to comment.