On 3/1/25 5:33 AM, Scott Chacon via GitGitGadget wrote:
Updating the series by fixing the tests to look in the new space that heads are placed and added a small test to check for tags. Scott Chacon (3): bundle-uri: copy all bundle references ino the refs/bundle space bundle-uri: update bundle clone tests with new refspec path
Thanks for updating these tests. While I appreciate a small commit, we do want to make sure that each commit passes the test suite whenever possible, so these two should be squashed together.
bundle-uri: add test for bundle-uri clones with tags
This new test is good to stay isolated into its own commit for easier review. Thanks, -Stolee