summaryrefslogtreecommitdiff
path: root/Documentation/config
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2019-07-09 15:25:34 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2019-07-09 15:25:34 -0700
commit492d7a553c8a097ad66f4a39acf187e7f02a4117 (patch)
tree7ef445eebb347052c73c0a2451028c0de3506122 /Documentation/config
parentMerge branch 'fc/fetch-with-import-fix' (diff)
parenttag: add tag.gpgSign config option to force all tags be GPG-signed (diff)
downloadtgif-492d7a553c8a097ad66f4a39acf187e7f02a4117.tar.xz
Merge branch 'tm/tag-gpgsign-config'
A new tag.gpgSign configuration variable turns "git tag -a" into "git tag -s". * tm/tag-gpgsign-config: tag: add tag.gpgSign config option to force all tags be GPG-signed
Diffstat (limited to 'Documentation/config')
-rw-r--r--Documentation/config/tag.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/config/tag.txt b/Documentation/config/tag.txt
index 663663bdec..ef5adb3f42 100644
--- a/Documentation/config/tag.txt
+++ b/Documentation/config/tag.txt
@@ -8,6 +8,14 @@ tag.sort::
linkgit:git-tag[1]. Without the "--sort=<value>" option provided, the
value of this variable will be used as the default.
+tag.gpgSign::
+ A boolean to specify whether all tags should be GPG signed.
+ Use of this option when running in an automated script can
+ result in a large number of tags being signed. It is therefore
+ convenient to use an agent to avoid typing your gpg passphrase
+ several times. Note that this option doesn't affects tag signing
+ behavior enabled by "-u <keyid>" or "--local-user=<keyid>" options.
+
tar.umask::
This variable can be used to restrict the permission bits of
tar archive entries. The default is 0002, which turns off the