]> git.phdru.name Git - git-scripts.git/blobdiff - add-pubkey/add-pubkey-blob-tag
Exclude .tox/ virtual environments when compiling byte code
[git-scripts.git] / add-pubkey / add-pubkey-blob-tag
index ef912832ebb03f9da7d5622a1d19cb4642ca7565..ecd14b7cee07d44daaebca77092f4b0635ce260c 100755 (executable)
@@ -2,4 +2,5 @@
 
 phd_public_key_hash="`gpg --export phd@phdru.name |
                            git hash-object --stdin -w`" &&
-exec git tag phd-public-key-B6287B03 "$phd_public_key_hash"
+exec git tag -m "phd's public key (B6287B03)" \
+   -s phd-public-key-B6287B03 "$phd_public_key_hash"