changeset 366:3627b97e775c

test-git-workflow: mark git repo as not bare so we can do commits
author Augie Fackler <durin42@gmail.com>
date Tue, 16 Nov 2010 08:34:26 -0600
parents c6e3366ca350
children 699088d9dd9f
files tests/test-git-workflow
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-git-workflow	Tue Nov 02 08:37:52 2010 -0500
+++ b/tests/test-git-workflow	Tue Nov 16 08:34:26 2010 -0600
@@ -57,6 +57,7 @@
 hg gexport
 
 echo % do some work
+git config core.bare false
 git checkout master 2>&1 | sed s/\'/\"/g
 echo beta > beta
 git add beta