]> git.phdru.name Git - git-scripts.git/blobdiff - add-pubkey/add-pubkey-blob-tag
Add message to the tag
[git-scripts.git] / add-pubkey / add-pubkey-blob-tag
index 000143122d47ae45cd32555d3856f8d616a230a8..ecd14b7cee07d44daaebca77092f4b0635ce260c 100755 (executable)
@@ -2,4 +2,5 @@
 
 phd_public_key_hash="`gpg --export phd@phdru.name |
                            git hash-object --stdin -w`" &&
-exec git tag -s 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"