Revert "Use git format-patch for git snapshots"

This reverts commit cfea5d0ea3.

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:27:39 -04:00
parent b455fb7efb
commit b46cbb7a08
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