diff options
author | Greg Bacon <gbacon@dbresearch.net> | 2010-03-30 12:20:57 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-03-30 16:49:19 -0700 |
commit | 09f53b16bc65e14b116a275b3c569b2aa8040ad8 (patch) | |
tree | 5ae3f37f95d5d781b6cc66410d5ba2f824e3c22d /Documentation/git-http-backend.txt | |
parent | 852f098c0667abc634f5aba0b91e0317f714fa67 (diff) | |
download | git-09f53b16bc65e14b116a275b3c569b2aa8040ad8.tar.gz git-09f53b16bc65e14b116a275b3c569b2aa8040ad8.tar.xz |
Documentation: Clarify support for smart HTTP backend
In the description of http.getanyfile, replace the vague "older Git
clients" with the earliest release whose client is able to use the
upload pack service.
Signed-off-by: Greg Bacon <gbacon@dbresearch.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-http-backend.txt')
-rw-r--r-- | Documentation/git-http-backend.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-http-backend.txt b/Documentation/git-http-backend.txt index 523882065..277d9e141 100644 --- a/Documentation/git-http-backend.txt +++ b/Documentation/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. |