]> git.xonotic.org Git - xonotic/div0-gittools.git/blobdiff - git-svn-update
fix mirror command
[xonotic/div0-gittools.git] / git-svn-update
index f1352e7b5793d43385e17fd33258e958ac553a95..25e5a760b6aa4502fea81f69bb6693c1efcd46f0 100755 (executable)
@@ -16,6 +16,5 @@ esac
        git --bare svn fetch
        git --bare fetch
        git --bare update-server-info
-       git --bare push mirror --all || true
-       git --bare push mirror --tags || true
+       [ -x hooks/post-update ] && hooks/post-update
 )