]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc: documentation for http.uploadarchive config option
authorPiotr Szlazak <piotr.szlazak@gmail.com>
Thu, 6 Feb 2025 17:45:27 +0000 (17:45 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 6 Feb 2025 20:33:14 +0000 (12:33 -0800)
In Git v2.44.0 support for 'git archive' over HTTP protocol
was added, but it was nowhere documented how it should be
enabled in git-http-backend.

Add missing documentation.

Signed-off-by: Piotr Szlazak <piotr.szlazak@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-http-backend.txt

index f37ddaded82b42b5093ad9b1ea791c2979d743f1..1dea4268520af472b583c8bdb86946fbaa08dc69 100644 (file)
@@ -56,6 +56,10 @@ http.receivepack::
        disabled by setting this item to `false`, or enabled for all
        users, including anonymous users, by setting it to `true`.
 
+http.uploadarchive::
+       This serves 'git archive' clients for remote archive over HTTP/HTTPS
+       protocols. It is disabled by default. It only works in protocol v2.
+
 URL TRANSLATION
 ---------------
 To determine the location of the repository on disk, 'git http-backend'