Home Explore Blog CI



git

Documentation/config/uploadarchive.adoc
edaf85f2f3136e72175ad4306b09ba7aedc9279156cc28cf0000000300000111
uploadarchive.allowUnreachable::
	If true, allow clients to use `git archive --remote` to request
	any tree, whether reachable from the ref tips or not. See the
	discussion in the "SECURITY" section of
	linkgit:git-upload-archive[1] for more details. Defaults to
	`false`.

Chunks
2df97edc (1st chunk of `Documentation/config/uploadarchive.adoc`)
Title: Git Upload Archive Configuration
Summary
The uploadarchive.allowUnreachable option controls whether clients can access any tree using git archive --remote, with a default setting of false for security purposes.