From 8079cb3847e327e0546e5174ff9b58b95f79ec71 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Mon, 11 Jan 2010 14:33:59 +0100 Subject: [PATCH] fix mirror command --- git-svn-update | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 ) -- 2.39.2