]> Kevux Git Server - rit/commit
docs/http-backend: mention v2 protocol
authorJeff King <peff@peff.net>
Fri, 10 Sep 2021 14:09:13 +0000 (10:09 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Sep 2021 22:34:59 +0000 (15:34 -0700)
commit295d81b9e4c91517f4f436a16889027cb86cba57
treed7297aaed29f4ca6cf2388d2708065dd58bc89bb
parentff6a37c99e3343633c53f56789afcc8f8165d276
docs/http-backend: mention v2 protocol

Historically there was a little bit of configuration needed at the
webserver level in order to get the client's v2 protocol probes to Git.
But when we introduced the v2 protocol, we never documented these.

As of the previous commit, this should mostly work out of the box
without any explicit configuration. But it's worth documenting this to
make it clear how we expect it to work, especially in the face of
webservers which don't provide all headers over the CGI interface. Or
anybody who runs across this documentation but has an older version of
Git (or _used_ to have an older version, and wonders why they still have
a SetEnvIf line in their Apache config and whether it's still
necessary).

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-http-backend.txt