X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-http-backend.txt;h=52388206570238636d50ed360120d3464f630a94;hb=db3df36a3d2e222fa8469c16724a74192c5529a0;hp=07931c687478bf35644b0c042da1a97efaff1c1e;hpb=cc8eb6407e88a46da6d41e18cffed3878f2c53cf;p=git.git diff --git a/Documentation/git-http-backend.txt b/Documentation/git-http-backend.txt index 07931c687..523882065 100644 --- a/Documentation/git-http-backend.txt +++ b/Documentation/git-http-backend.txt @@ -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.