X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fdiv0-gittools.git;a=blobdiff_plain;f=git-svn-update;h=25e5a760b6aa4502fea81f69bb6693c1efcd46f0;hp=f1352e7b5793d43385e17fd33258e958ac553a95;hb=a55cffa57fd814947e86bde4dfdf88af06d57e02;hpb=d7dbc151256644e2e4db3313b2fb199d6d6dbd70 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 )