summaryrefslogtreecommitdiffstats
path: root/git-tag.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-07-09 19:54:04 -0700
committerJunio C Hamano <gitster@pobox.com>2019-07-09 19:54:04 -0700
commitc9f11c2b3a739e3e249b9e7711bf1ed76ef3c6db (patch)
tree06ddfc72dff8e370e395a3acc692c8ab48147227 /git-tag.html
parentd0a9940c76b71c9df840a098a423d3400779d83c (diff)
downloadgit-htmldocs-c9f11c2b3a739e3e249b9e7711bf1ed76ef3c6db.tar.gz
Autogenerated HTML docs for v2.22.0-428-g6d5b2
Diffstat (limited to 'git-tag.html')
-rw-r--r--git-tag.html14
1 files changed, 13 insertions, 1 deletions
diff --git a/git-tag.html b/git-tag.html
index fca30ca04..94b14579c 100644
--- a/git-tag.html
+++ b/git-tag.html
@@ -815,6 +815,18 @@ lightweight tags by default.</p></div>
<dd>
<p>
Make a GPG-signed tag, using the default e-mail address&#8217;s key.
+ The default behavior of tag GPG-signing is controlled by <code>tag.gpgSign</code>
+ configuration variable if it exists, or disabled oder otherwise.
+ See <a href="git-config.html">git-config(1)</a>.
+</p>
+</dd>
+<dt class="hdlist1">
+--no-sign
+</dt>
+<dd>
+<p>
+ Override <code>tag.gpgSign</code> configuration variable that is
+ set to force each and every tag to be signed.
</p>
</dd>
<dt class="hdlist1">
@@ -1314,7 +1326,7 @@ ISO 8601
<div id="footer">
<div id="footer-text">
Last updated
- 2019-02-05 15:33:20 PST
+ 2019-07-09 19:51:04 PDT
</div>
</div>
</body>