On Sat, Aug 02, 2008 at 07:56:02PM -0700, Shawn O. Pearce wrote:
Smart HTTP transfer protocols
=============================
Git supports two HTTP based transfer protocols. A "dumb" protocol
which requires only a standard HTTP server on the server end of the
connection, and a "smart" protocol which requires a Git aware CGI
(or server module). This document describes the "smart" protocol.
If you want, I have a patch series that introduces a small API to make
HTTP requests easier to make.
Mike