]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ds/bundle-uri-5'
authorJunio C Hamano <gitster@pobox.com>
Thu, 16 Feb 2023 01:11:52 +0000 (17:11 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 16 Feb 2023 01:11:52 +0000 (17:11 -0800)
commit4f598364519f5bb871caf12a482ed117a270588b
tree2e76d92088cc31467cbdc357be90d8d6cf9b39ee
parent214242a6ab8a971fb1a8e80459b561bfcf93ae18
parent026df9e04789e2af7271566f312aae323740309f
Merge branch 'ds/bundle-uri-5'

The bundle-URI subsystem adds support for creation-token heuristics
to help incremental fetches.

* ds/bundle-uri-5:
  bundle-uri: test missing bundles with heuristic
  bundle-uri: store fetch.bundleCreationToken
  fetch: fetch from an external bundle URI
  bundle-uri: drop bundle.flag from design doc
  clone: set fetch.bundleURI if appropriate
  bundle-uri: download in creationToken order
  bundle-uri: parse bundle.<id>.creationToken values
  bundle-uri: parse bundle.heuristic=creationToken
  t5558: add tests for creationToken heuristic
  bundle: verify using check_connected()
  bundle: test unbundling with incomplete history
builtin/clone.c
builtin/fetch.c
bundle-uri.c
t/t6020-bundle-misc.sh
t/test-lib-functions.sh