Skip to content

Commit c57f413

Browse files
committed
Merge branch 'jc/config-tar' into pu
* jc/config-tar: separate tar.* config to its own source file
2 parents 66d3925 + 8312aa7 commit c57f413

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

Documentation/config.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,8 @@ include::config/submodule.txt[]
447447

448448
include::config/tag.txt[]
449449

450+
include::config/tar.txt[]
451+
450452
include::config/trace2.txt[]
451453

452454
include::config/transfer.txt[]

Documentation/config/tag.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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].

Documentation/config/tar.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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].

0 commit comments

Comments
 (0)