tre-fix for #1 after testing (10x @epcim) - gitzone - git-based zone management tool for static and dynamic domains
 (HTM) git clone https://git.parazyd.org/gitzone
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
 (DIR) commit bc1d712599f134aedac8840f7d67c7ce59b8302d
 (DIR) parent 042417ceb9dac825b02a631085bcdf62c85f5b27
 (HTM) Author: Jaromil <jaromil@dyne.org>
       Date:   Tue,  6 May 2014 10:37:20 +0200
       
       re-fix for #1 after testing (10x @epcim)
       
       Diffstat:
         M bin/gitzone                         |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/bin/gitzone b/bin/gitzone
       t@@ -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