summaryrefslogtreecommitdiffstats
path: root/config.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-06-01 13:37:32 -0700
committerJunio C Hamano <gitster@pobox.com>2015-06-01 13:37:32 -0700
commit85f1fdef295d40098c723afbbbc650101868d697 (patch)
tree0cec3790ff766c157703bf9bff3e1fc4b2deca92 /config.txt
parentc4e2a202f871f2ea28e7598befddf229f7cda9f5 (diff)
downloadgit-htmldocs-85f1fdef295d40098c723afbbbc650101868d697.tar.gz
Autogenerated HTML docs for v2.4.2-387-gf86f3
Diffstat (limited to 'config.txt')
-rw-r--r--config.txt10
1 files changed, 8 insertions, 2 deletions
diff --git a/config.txt b/config.txt
index 5f76e8cf4..4d21ce164 100644
--- a/config.txt
+++ b/config.txt
@@ -2558,14 +2558,20 @@ uploadpack.hideRefs::
are under the hierarchies listed on the value of this
variable is excluded, and is hidden from `git ls-remote`,
`git fetch`, etc. An attempt to fetch a hidden ref by `git
- fetch` will fail. See also `uploadpack.allowtipsha1inwant`.
+ fetch` will fail. See also `uploadpack.allowTipSHA1InWant`.
-uploadpack.allowtipsha1inwant::
+uploadpack.allowTipSHA1InWant::
When `uploadpack.hideRefs` is in effect, allow `upload-pack`
to accept a fetch request that asks for an object at the tip
of a hidden ref (by default, such a request is rejected).
see also `uploadpack.hideRefs`.
+uploadpack.allowReachableSHA1InWant::
+ Allow `upload-pack` to accept a fetch request that asks for an
+ object that is reachable from any ref tip. However, note that
+ calculating object reachability is computationally expensive.
+ Defaults to `false`.
+
uploadpack.keepAlive::
When `upload-pack` has started `pack-objects`, there may be a
quiet period while `pack-objects` prepares the pack. Normally