Skip to content

Commit 09f53b1

Browse files
Greg Bacongitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 852f098 commit 09f53b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-http-backend.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ These services can be enabled/disabled using the per-repository
3535
configuration file:
3636

3737
http.getanyfile::
38-
This serves older Git clients which are unable to use the
38+
This serves Git clients older than version 1.6.6 that are unable to use the
3939
upload pack service. When enabled, clients are able to read
4040
any file within the repository, including objects that are
4141
no longer reachable from a branch but are still present.

0 commit comments

Comments
 (0)