make the post-commit hook self-containing
This commit is contained in:
parent
9f894dcd95
commit
6c44f5ae60
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue