From: Oleg Broytman Date: Thu, 18 Jun 2015 15:50:19 +0000 (+0300) Subject: Add message to the tag X-Git-Url: https://git.phdru.name/?p=git-scripts.git;a=commitdiff_plain;h=af75248d64d526974f3eedc0c9df9a91291798c2 Add message to the tag --- diff --git a/add-pubkey/add-pubkey-blob-tag b/add-pubkey/add-pubkey-blob-tag index 0001431..ecd14b7 100755 --- a/add-pubkey/add-pubkey-blob-tag +++ b/add-pubkey/add-pubkey-blob-tag @@ -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"