]> asedeno.scripts.mit.edu Git - git.git/blobdiff - Documentation/git-http-backend.txt
Merge branch 'gb/1.7.0-diff-whitespace-only-output'
[git.git] / Documentation / git-http-backend.txt
index f17251ab9de90297b94800cd314385b8d6578572..67aec067c8ffd75837ccc1d3e2524f5db2eb9a75 100644 (file)
@@ -29,6 +29,14 @@ SERVICES
 These services can be enabled/disabled using the per-repository
 configuration file:
 
+http.getanyfile::
+       This serves older Git clients which are unable to use the
+       upload pack service.  When enabled, clients are able to read
+       any file within the repository, including objects that are
+       no longer reachable from a branch but are still present.
+       It is enabled by default, but a repository can disable it
+       by setting this configuration item to `false`.
+
 http.uploadpack::
        This serves 'git-fetch-pack' and 'git-ls-remote' clients.
        It is enabled by default, but a repository can disable it