From: Rudolf Polzer Date: Mon, 11 Jan 2010 13:33:59 +0000 (+0100) Subject: fix mirror command X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fdiv0-gittools.git;a=commitdiff_plain;h=8079cb3847e327e0546e5174ff9b58b95f79ec71 fix mirror command --- diff --git a/git-svn-update b/git-svn-update index f1352e7..25e5a76 100755 --- a/git-svn-update +++ b/git-svn-update @@ -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 )