diff options
Diffstat (limited to 'third_party/git/Documentation/config/tar.txt')
-rw-r--r-- | third_party/git/Documentation/config/tar.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/git/Documentation/config/tar.txt b/third_party/git/Documentation/config/tar.txt new file mode 100644 index 000000000000..de8ff48ea9d4 --- /dev/null +++ b/third_party/git/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]. |