Home Explore Blog CI



git

1st chunk of `Documentation/config/uploadarchive.adoc`
2df97edcae4ceb41f22516935d11cc29972774a0dbaeca210000000100000111
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`.

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.