summaryrefslogtreecommitdiffstats
path: root/git-tag.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-01-06 13:52:43 -0800
committerJunio C Hamano <gitster@pobox.com>2012-01-06 13:52:43 -0800
commit4fd24422bd6290e0c8fce4a22cb9612a23e7e349 (patch)
treed952aa03429cb9a77875c862b94b5fe300c21651 /git-tag.txt
parentdb472bc17bfef8588e1a8f6ce873e5c6f4fa384a (diff)
downloadgit-htmldocs-4fd24422bd6290e0c8fce4a22cb9612a23e7e349.tar.gz
Autogenerated HTML docs for v1.7.9-rc0
Diffstat (limited to 'git-tag.txt')
-rw-r--r--git-tag.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/git-tag.txt b/git-tag.txt
index 622a019eb..53ff5f6cf 100644
--- a/git-tag.txt
+++ b/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::