Home Explore Blog CI



git

1st chunk of `Documentation/config/tar.adoc`
a993147e3ed3332fa026043c07deac08ac1b43a1dad5e5ce0000000100000122
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].

Title: Tar Umask Variable
Summary
The tar.umask variable controls the permission bits of tar archive entries, with a default value of 0002 and an option to use the archiving user's umask.