make the post-commit hook self-containing

This commit is contained in:
Christian Thaeter 2007-08-10 18:55:35 +02:00
parent 9f894dcd95
commit 6c44f5ae60

View file

@ -7,6 +7,6 @@
# see wiki/index.html#GitNotes%20GitAliases for information
git sign "$(git config user.email)/$(git-symbolic-ref HEAD | cut -d/ -f 3-)_signature"
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