only push the users tags, no foreign tags in post-commit hook
This commit is contained in:
parent
9170b3d0f0
commit
fd1cada430
1 changed files with 1 additions and 1 deletions
|
|
@ -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)/*"
|
||||
|
|
|
|||
Loading…
Reference in a new issue