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 /Documentation/git-http-backend.adoc | |
| parent | Merge branch 'kn/reflog-migration-fix-followup' (diff) | |
| parent | doc: documentation for http.uploadarchive config option (diff) | |
| download | git-60cb8e79cbdb754af8cbd1e3c1bee755dcf07f2c.tar.gz git-60cb8e79cbdb754af8cbd1e3c1bee755dcf07f2c.zip | |
Merge branch 'ps/doc-http-upload-archive-service'
Doc update.
* ps/doc-http-upload-archive-service:
doc: documentation for http.uploadarchive config option
Diffstat (limited to 'Documentation/git-http-backend.adoc')
| -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' |
