new post-commit hook, signing now includes username

This commit is contained in:
Christian Thaeter 2007-08-10 18:07:22 +02:00
parent a1f23048c9
commit 0d50921e9d

View file

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