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>
This commit is contained in:
parent
852f098c06
commit
09f53b16bc
@ -35,7 +35,7 @@ These services can be enabled/disabled using the per-repository
|
|||||||
configuration file:
|
configuration file:
|
||||||
|
|
||||||
http.getanyfile::
|
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
|
upload pack service. When enabled, clients are able to read
|
||||||
any file within the repository, including objects that are
|
any file within the repository, including objects that are
|
||||||
no longer reachable from a branch but are still present.
|
no longer reachable from a branch but are still present.
|
||||||
|
Loading…
Reference in New Issue
Block a user