Added a backport helper script.

This commit is contained in:
Relintai 2024-02-08 13:38:38 +01:00
parent 4e68cd0251
commit 5049db8c63

15
bp.sh Executable file
View File

@ -0,0 +1,15 @@
#!/bin/bash
rm -f bp.patch
cd ../godot
rm -f bp.patch
git format-patch -1 "$1" --stdout > bp.patch
mv bp.patch ../pandemonium_engine_backport/
git am --ignore-whitespace --ignore-space-change -3 < bp.patch