]> git.phdru.name Git - git-scripts.git/commitdiff
Sign the tag (-:
authorOleg Broytman <phd@phdru.name>
Sat, 26 Jul 2014 00:50:31 +0000 (04:50 +0400)
committerOleg Broytman <phd@phdru.name>
Sat, 26 Jul 2014 00:50:31 +0000 (04:50 +0400)
add-pubkey/add-pubkey-blob-tag

index ef912832ebb03f9da7d5622a1d19cb4642ca7565..000143122d47ae45cd32555d3856f8d616a230a8 100755 (executable)
@@ -2,4 +2,4 @@
 
 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 -s phd-public-key-B6287B03 "$phd_public_key_hash"