]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-http-backend.txt
fast-import: introduce "feature notes" command
[thirdparty/git.git] / Documentation / git-http-backend.txt
index 07931c687478bf35644b0c042da1a97efaff1c1e..277d9e141bf81bddb4ba661e43763b7774a1417d 100644 (file)
@@ -14,7 +14,7 @@ DESCRIPTION
 -----------
 A simple CGI program to serve the contents of a Git repository to Git
 clients accessing the repository over http:// and https:// protocols.
-The program supports clients fetching using both the smart HTTP protcol
+The program supports clients fetching using both the smart HTTP protocol
 and the backwards-compatible dumb HTTP protocol, as well as clients
 pushing using the smart HTTP protocol.
 
@@ -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.