File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -447,6 +447,8 @@ include::config/submodule.txt[]
447447
448448include::config/tag.txt[]
449449
450+ include::config/tar.txt[]
451+
450452include::config/trace2.txt[]
451453
452454include::config/transfer.txt[]
Original file line number Diff line number Diff line change @@ -15,10 +15,3 @@ tag.gpgSign::
1515 convenient to use an agent to avoid typing your gpg passphrase
1616 several times. Note that this option doesn't affect tag signing
1717 behavior enabled by "-u <keyid>" or "--local-user=<keyid>" options.
18-
19- tar.umask::
20- This variable can be used to restrict the permission bits of
21- tar archive entries. The default is 0002, which turns off the
22- world write bit. The special value "user" indicates that the
23- archiving user's umask will be used instead. See umask(2) and
24- linkgit:git-archive[1].
Original file line number Diff line number Diff line change 1+ tar.umask::
2+ This variable can be used to restrict the permission bits of
3+ tar archive entries. The default is 0002, which turns off the
4+ world write bit. The special value "user" indicates that the
5+ archiving user's umask will be used instead. See umask(2) and
6+ linkgit:git-archive[1].
You can’t perform that action at this time.
0 commit comments