Imported Upstream version 2.27.0
[platform/upstream/git.git] / Documentation / config / tag.txt
index 6d9110d..5062a05 100644 (file)
@@ -15,10 +15,3 @@ tag.gpgSign::
        convenient to use an agent to avoid typing your gpg passphrase
        several times. Note that this option doesn't affect 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
-       world write bit.  The special value "user" indicates that the
-       archiving user's umask will be used instead.  See umask(2) and
-       linkgit:git-archive[1].