only push the users tags, no foreign tags in post-commit hook

This commit is contained in:
Christian Thaeter 2007-08-10 22:42:38 +02:00
parent 9170b3d0f0
commit fd1cada430

View file

@ -9,4 +9,4 @@
git tag -s -f -m "signature generated by $(git config user.email)" "$(git config user.email)/$(git-symbolic-ref HEAD | cut -d/ -f 3-)_signature"
git push --all public
git push --tags public
git push public "refs/tags/$(git config user.email)/*"