Remove stats completely from patches.

By: md_5 <md_5@live.com.au>
This commit is contained in:
Spigot
2013-04-10 14:08:33 +10:00
parent f5b1669094
commit a893386a86
49 changed files with 51 additions and 326 deletions

View File

@@ -24,7 +24,7 @@ function savePatches {
what=$1
target=$2
cd $basedir/$target/
git format-patch -N -o $basedir/${what}-Patches/ upstream/upstream
git format-patch --no-stat -N -o $basedir/${what}-Patches/ upstream/upstream
cd $basedir
git add $basedir/${what}-Patches
cleanupPatches $basedir/${what}-Patches