]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ds/bundle-uri-4'
authorJunio C Hamano <gitster@pobox.com>
Mon, 2 Jan 2023 12:37:18 +0000 (21:37 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 2 Jan 2023 12:37:18 +0000 (21:37 +0900)
commit0903d8bbdef6c2607f2e0bf43a4d10cf54b03744
treecfa616909c89d5830ef6c1251e7fd46bcb04edc9
parent3f2e4c09c769dc2fbbabfcfa625451f9d98bd49a
parent876094ac16870727207e6afc0b26060101a52359
Merge branch 'ds/bundle-uri-4'

Bundle URIs part 4.

* ds/bundle-uri-4:
  clone: unbundle the advertised bundles
  bundle-uri: download bundles from an advertised list
  bundle-uri: allow relative URLs in bundle lists
  strbuf: introduce strbuf_strip_file_from_path()
  bundle-uri: serve bundle.* keys from config
  bundle-uri client: add helper for testing server
  transport: rename got_remote_heads
  bundle-uri client: add boolean transfer.bundleURI setting
  clone: request the 'bundle-uri' command when available
  t: create test harness for 'bundle-uri' command
  protocol v2: add server-side "bundle-uri" skeleton
builtin/clone.c
connect.c
transport.c