summaryrefslogtreecommitdiffstats
path: root/git-http-backend.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-04-01 04:49:25 +0000
committerJunio C Hamano <junio@kernel.org>2010-04-01 04:49:25 +0000
commit1f630d5db345294f4c0a212ac4582064ffc53e6c (patch)
tree15ad3550c8172fd10722955c2593ced352b693d1 /git-http-backend.txt
parent961e0523a3d64fd9702c8bb9f297901f4ed2ff72 (diff)
downloadgit-htmldocs-1f630d5db345294f4c0a212ac4582064ffc53e6c.tar.gz
Autogenerated HTML docs for v1.7.0.4-292-g890a
Diffstat (limited to 'git-http-backend.txt')
-rw-r--r--git-http-backend.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-http-backend.txt b/git-http-backend.txt
index 523882065..277d9e141 100644
--- a/git-http-backend.txt
+++ b/git-http-backend.txt
@@ -35,7 +35,7 @@ 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
+ This serves Git clients older than version 1.6.6 that 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.