Home Explore Blog CI



git

Documentation/config/tar.adoc
e5bcdeef9dde7fcb3480c86638990197feeb820ce8e277dc0000000300000122
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].

Chunks
a993147e (1st chunk of `Documentation/config/tar.adoc`)
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.