]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/http-server-protocol-versions'
authorJunio C Hamano <gitster@pobox.com>
Thu, 23 Sep 2021 20:44:47 +0000 (13:44 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 23 Sep 2021 20:44:47 +0000 (13:44 -0700)
commitcabb41d0f6c93077229502e7c2d57397808393c8
tree3f9c68ee1088111dd8c77eb538f43c9714748aea
parentb5866edf97c19bea2b0557beeaec4223ad54e202
parent1b421e7a5aa6984777029ab799f9a0221875e1dd
Merge branch 'jk/http-server-protocol-versions'

Taking advantage of the CGI interface, http-backend has been
updated to enable protocol v2 automatically when the other side
asks for it.

* jk/http-server-protocol-versions:
  docs/protocol-v2: point readers transport config discussion
  docs/git: discuss server-side config for GIT_PROTOCOL
  docs/http-backend: mention v2 protocol
  http-backend: handle HTTP_GIT_PROTOCOL CGI variable
  t5551: test v2-to-v0 http protocol fallback
Documentation/git-upload-pack.txt
Documentation/technical/protocol-v2.txt
http-backend.c