Welcome to mirror list, hosted at ThFree Co, Russian Federation.

tar.txt « config « Documentation - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: de8ff48ea9d40a406802de768a2248a90b7d7c6b (plain)
1
2
3
4
5
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].