set git config stuff so it can commit (hate hate hate that)

This commit is contained in:
Joey Hess 2013-09-22 16:32:19 -04:00
parent 920e1a8923
commit 30a121b805

View file

@ -28,6 +28,8 @@ patched () {
cabal unpack $pkg
cd $pkg*
git init
git config user.name dummy
git config user.email dummy@example.com
git add .
git commit -m "pre-patched state of $pkg"
for patch in ../../haskell-patches/${pkg}_*; do