Revert "Use git format-patch for git snapshots"

This reverts commit 6c66953153.

Turns out this is a bad idea.  It doesn't accomplish what I wanted
and it seems to confuse git-am.
This commit is contained in:
Josh Boyer 2015-07-24 08:26:40 -04:00
parent e2a71e13fb
commit 2e4a6e0c85
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ export NEWGIT=$(($OLDGIT+1))
pushd $LINUX_GIT
git format-patch --stdout v$VER.. > /tmp/patch-$VER-git$NEWGIT
git diff v$VER.. > /tmp/patch-$VER-git$NEWGIT
xz -9 /tmp/patch-$VER-git$NEWGIT
DESC=$(git describe)
popd