set git config stuff so it can commit (hate hate hate that)
This commit is contained in:
parent
920e1a8923
commit
30a121b805
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ patched () {
|
||||||
cabal unpack $pkg
|
cabal unpack $pkg
|
||||||
cd $pkg*
|
cd $pkg*
|
||||||
git init
|
git init
|
||||||
|
git config user.name dummy
|
||||||
|
git config user.email dummy@example.com
|
||||||
git add .
|
git add .
|
||||||
git commit -m "pre-patched state of $pkg"
|
git commit -m "pre-patched state of $pkg"
|
||||||
for patch in ../../haskell-patches/${pkg}_*; do
|
for patch in ../../haskell-patches/${pkg}_*; do
|
||||||
|
|
Loading…
Add table
Reference in a new issue