commit bc1d712599f134aedac8840f7d67c7ce59b8302d
parent 042417ceb9dac825b02a631085bcdf62c85f5b27
Author: Jaromil <jaromil@dyne.org>
Date: Tue, 6 May 2014 10:37:20 +0200
re-fix for #1 after testing (10x @epcim)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/gitzone b/bin/gitzone
@@ -306,7 +306,7 @@ sub pre_receive {
save_list_file;
# save new commits in a new branch
- git 'branch -f []';
+ git 'branch -f new';
git 'checkout';
# was: git 'checkout -B new';
# removed for back-compat with old git