diff options
| author | Piotr Szlazak <piotr.szlazak@gmail.com> | 2025-02-06 17:45:27 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-02-06 12:33:14 -0800 |
| commit | dd1eb665efaaabe4984f51248817d676e6765386 (patch) | |
| tree | e97ecb24f078313d7cb3681499ff720aeeb542db | |
| parent | bc204b742735ae06f65bb20291c95985c9633b7f (diff) | |
| download | git-dd1eb665efaaabe4984f51248817d676e6765386.tar.gz | |
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 <piotr.szlazak@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | Documentation/git-http-backend.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-http-backend.txt b/Documentation/git-http-backend.txt index f37ddaded8..1dea426852 100644 --- a/Documentation/git-http-backend.txt +++ b/Documentation/git-http-backend.txt @@ -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' |
