URI: 
       t- - gitzone - git-based zone management tool for static and dynamic domains
  HTML git clone https://git.parazyd.org/gitzone
   DIR Log
   DIR Files
   DIR Refs
       ---
   DIR commit 475710a7b1b8725322ee380d9ae2a418202f2372
   DIR parent 35bdb5882b1690a23e3ef13439e144d17b3a5af4
  HTML Author: tg(x) <*@tg-x.net>
       Date:   Sun, 27 Feb 2011 01:41:33 +0100
       
       -
       
       Diffstat:
         M bin/gitzone                         |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/bin/gitzone b/bin/gitzone
       t@@ -92,7 +92,7 @@ sub load_repos_config {
            }
          }
        
       -  load_zones_config($repo) if $key eq '-default';
       +  load_repos_config($repo) if $key eq '-default';
        }
        
        sub process_files {