]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/config.txt
upload-pack: optionally allow fetching any sha1
[thirdparty/git.git] / Documentation / config.txt
index a0ab66aae70db90bd18e14ec5bc5c95007b118f7..b7f9991cc782f259fd363595a5631995f5aafd1c 100644 (file)
@@ -2961,6 +2961,11 @@ uploadpack.allowReachableSHA1InWant::
        calculating object reachability is computationally expensive.
        Defaults to `false`.
 
+uploadpack.allowAnySHA1InWant::
+       Allow `upload-pack` to accept a fetch request that asks for any
+       object at all.
+       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