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:
parent
e2a71e13fb
commit
2e4a6e0c85
@ -11,7 +11,7 @@ export NEWGIT=$(($OLDGIT+1))
|
|||||||
|
|
||||||
pushd $LINUX_GIT
|
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
|
xz -9 /tmp/patch-$VER-git$NEWGIT
|
||||||
DESC=$(git describe)
|
DESC=$(git describe)
|
||||||
popd
|
popd
|
||||||
|
Loading…
Reference in New Issue
Block a user