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[]
447
447
448
448
include::config/tag.txt[]
449
449
450
+ include::config/tar.txt[]
451
+
450
452
include::config/trace2.txt[]
451
453
452
454
include::config/transfer.txt[]
Original file line number Diff line number Diff line change @@ -15,10 +15,3 @@ tag.gpgSign::
15
15
convenient to use an agent to avoid typing your gpg passphrase
16
16
several times. Note that this option doesn't affect tag signing
17
17
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