]> git.phdru.name Git - git-scripts.git/blob - add-pubkey/add-pubkey-blob-tag
Refactor(set-commit-date.py): Use git_log.stdout as an iterator
[git-scripts.git] / add-pubkey / add-pubkey-blob-tag
1 #! /bin/sh
2
3 phd_public_key_hash="`gpg --export phd@phdru.name |
4                            git hash-object --stdin -w`" &&
5 exec git tag -m "phd's public key (B6287B03)" \
6    -s phd-public-key-B6287B03 "$phd_public_key_hash"