13
0
geforkt von Mirrors/Paper

fix rebuild patches and rebuild current patches

Dieser Commit ist enthalten in:
Aikar 2016-03-21 20:46:54 -04:00
Ursprung 4916cd2551
Commit 9300f163fd
2 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen

Datei anzeigen

@ -22,5 +22,3 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
long i = d(chunkcoordintpair.x, chunkcoordintpair.z);
--
2.5.4 (Apple Git-61)

Datei anzeigen

@ -30,6 +30,8 @@ function savePatches {
target=$2
echo "Formatting patches for $what..."
cd "$basedir/$target"
rm -rf "$basedir/${what_name}-Patches/*.patch"
git format-patch --no-stat -N -o "$basedir/${what_name}-Patches/" upstream/upstream >/dev/null
cd "$basedir"
git add -A "$basedir/${what_name}-Patches"