diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-03-25 13:57:44 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-03-25 13:57:44 -0700 |
commit | 1ee4ac28a818a696c7b230c3a0ef8ff162724af2 (patch) | |
tree | 903d2b846ed8242ee0568349e2be3d3820baccd6 /Documentation/config/tar.txt | |
parent | Merge branch 'en/oidset-uninclude-hashmap' (diff) | |
parent | separate tar.* config to its own source file (diff) | |
download | tgif-1ee4ac28a818a696c7b230c3a0ef8ff162724af2.tar.xz |
Merge branch 'jc/config-tar'
Improve the structure of the documentation source a bit.
* jc/config-tar:
separate tar.* config to its own source file
Diffstat (limited to 'Documentation/config/tar.txt')
-rw-r--r-- | Documentation/config/tar.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/config/tar.txt b/Documentation/config/tar.txt new file mode 100644 index 0000000000..de8ff48ea9 --- /dev/null +++ b/Documentation/config/tar.txt @@ -0,0 +1,6 @@ +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]. |