]> oss.titaniummirror.com Git - git-utils.git/blobdiff - update-mirror
update-mirror doesn't created shared repositories
[git-utils.git] / update-mirror
index 477b32a7bcf3284533e9c0504de3a9a7bbc80150..dfb9590e57c1305ff5108a8e67320c8812b429e6 100755 (executable)
@@ -38,7 +38,7 @@ case "$url" in
     svnurl="${url#svn+}"
     if [ -f "$cfg_reporoot/$projdir/.new_clone" ]; then
       echo "[$proj] initial git-svn setup"
-      git --git-dir . --bare init --shared=true
+      git --git-dir . --bare init
       git --git-dir . svn init -s --prefix=svn-origin/ "$svnurl"
       # have git-svn store branches under svn-origin/heads/* not svn-origin/*
       # FIXME: may need to do similar when new branches are added