]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'sc/bundle-uri-use-all-refs-in-bundle'
authorJunio C Hamano <gitster@pobox.com>
Mon, 19 May 2025 23:02:45 +0000 (16:02 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 May 2025 23:02:45 +0000 (16:02 -0700)
Bundle-URI feature did not use refs recorded in the bundle other
than normal branches as anchoring points to optimize the follow-up
fetch during "git clone"; now it is told to utilize all.

* sc/bundle-uri-use-all-refs-in-bundle:
  bundle-uri: add test for bundle-uri clones with tags
  bundle-uri: copy all bundle references ino the refs/bundle space

1  2 
bundle-uri.c

diff --cc bundle-uri.c
Simple merge