]> de.git.xonotic.org Git - xonotic/div0-gittools.git/commitdiff
fix mirror command
authorRudolf Polzer <divVerent@alientrap.org>
Mon, 11 Jan 2010 13:33:59 +0000 (14:33 +0100)
committerRudolf Polzer <divVerent@alientrap.org>
Mon, 11 Jan 2010 13:33:59 +0000 (14:33 +0100)
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
 )