]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jx/remote-archive-over-smart-http'
authorJunio C Hamano <gitster@pobox.com>
Tue, 30 Jan 2024 21:34:12 +0000 (13:34 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Jan 2024 21:34:12 +0000 (13:34 -0800)
commitfa50e7a8a08741c798fa72c1177e78966d0cd553
tree1279366da11a9246909868ab6a63d3d03e4ee7ee
parente14c0ab176054ec47afd1e85445277cacfc060a3
parent176cd68634c4641cc45030dc7f287be47d1809d1
Merge branch 'jx/remote-archive-over-smart-http'

"git archive --remote=<remote>" learned to talk over the smart
http (aka stateless) transport.

* jx/remote-archive-over-smart-http:
  transport-helper: call do_take_over() in process_connect
  transport-helper: call do_take_over() in connect_helper
  http-backend: new rpc-service for git-upload-archive
  transport-helper: protocol v2 supports upload-archive
  remote-curl: supports git-upload-archive service
  transport-helper: no connection restriction in connect_helper
remote-curl.c
transport-helper.c