diff options
| author | Junio C Hamano <gitster@pobox.com> | 2025-02-14 17:53:49 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-02-14 17:53:49 -0800 |
| commit | 60cb8e79cbdb754af8cbd1e3c1bee755dcf07f2c (patch) | |
| tree | f7ab9c95f14633fbedf0d8b95dddb062762cfb72 | |
| parent | 82522a9e2ce3e2b400a217a21b05204a2034edbc (diff) | |
| parent | dd1eb665efaaabe4984f51248817d676e6765386 (diff) | |
| download | git-60cb8e79cbdb754af8cbd1e3c1bee755dcf07f2c.tar.gz | |
Merge branch 'ps/doc-http-upload-archive-service'
Doc update.
* ps/doc-http-upload-archive-service:
doc: documentation for http.uploadarchive config option
| -rw-r--r-- | Documentation/git-http-backend.adoc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-http-backend.adoc b/Documentation/git-http-backend.adoc index f37ddaded8..1dea426852 100644 --- a/Documentation/git-http-backend.adoc +++ b/Documentation/git-http-backend.adoc @@ -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' |
