summaryrefslogtreecommitdiff
path: root/Documentation/git-tag.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-11-29 20:29:48 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-11-29 20:30:02 (GMT)
commit0c5e70f041bfda8b3899d13694a9093b41fafa19 (patch)
tree326606059b3d2eea2d44cfa39c9946e10d005e24 /Documentation/git-tag.txt
parentf6667c5ee8148af28cc97049695f60f5105b3061 (diff)
downloadgit-0c5e70f041bfda8b3899d13694a9093b41fafa19.zip
git-0c5e70f041bfda8b3899d13694a9093b41fafa19.tar.gz
git-0c5e70f041bfda8b3899d13694a9093b41fafa19.tar.bz2
gpg-interface: allow use of a custom GPG binary
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-tag.txt')
-rw-r--r--Documentation/git-tag.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/Documentation/git-tag.txt b/Documentation/git-tag.txt
index c83cb13..74fc7e0 100644
--- a/Documentation/git-tag.txt
+++ b/Documentation/git-tag.txt
@@ -38,7 +38,9 @@ created (i.e. a lightweight tag).
A GnuPG signed tag object will be created when `-s` or `-u
<key-id>` is used. When `-u <key-id>` is not used, the
committer identity for the current user is used to find the
-GnuPG key for signing.
+GnuPG key for signing. The configuration variable `gpg.program`
+is used to specify custom GnuPG binary.
+
OPTIONS
-------
@@ -48,11 +50,11 @@ OPTIONS
-s::
--sign::
- Make a GPG-signed tag, using the default e-mail address's key
+ Make a GPG-signed tag, using the default e-mail address's key.
-u <key-id>::
--local-user=<key-id>::
- Make a GPG-signed tag, using the given key
+ Make a GPG-signed tag, using the given key.
-f::
--force::