Skip to content

Commit dd1eb66

Browse files
pszlazakgitster
authored andcommitted
doc: documentation for http.uploadarchive config option
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent bc204b7 commit dd1eb66

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Documentation/git-http-backend.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ http.receivepack::
5656
disabled by setting this item to `false`, or enabled for all
5757
users, including anonymous users, by setting it to `true`.
5858

59+
http.uploadarchive::
60+
This serves 'git archive' clients for remote archive over HTTP/HTTPS
61+
protocols. It is disabled by default. It only works in protocol v2.
62+
5963
URL TRANSLATION
6064
---------------
6165
To determine the location of the repository on disk, 'git http-backend'

0 commit comments

Comments
 (0)