Updated commit message to remove the swearing. 😂 > bundle-uri: copy all bundle references ino the refs/bundle space > bundle-uri: update bundle clone tests with new refspec path Scott Chacon (2): bundle-uri: copy all bundle references ino the refs/bundle space bundle-uri: add test for bundle-uri clones with tags bundle-uri.c | 2 +- t/t5558-clone-bundle-uri.sh | 202 +++++++++++++++++++++--------------- 2 files changed, 117 insertions(+), 87 deletions(-) base-commit: f65182a99e545d2f2bc22e6c1c2da192133b16a3 Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-1897%2Fschacon%2Fsc-more-bundle-refs-v5 Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-1897/schacon/sc-more-bundle-refs-v5 Pull-Request: https://github.com/git/git/pull/1897 Range-diff vs v4: 1: 6957ee2fed2 = 1: 6957ee2fed2 bundle-uri: copy all bundle references ino the refs/bundle space 2: d9a114915a3 ! 2: ec5d629f32b bundle-uri: add test for bundle-uri clones with tags @@ Commit message The change to the bundle-uri unbundling refspec now includes tags, so this adds a very, very simple test to make sure that tags in a bundle are properly added to the cloned repository and will be included in ref - negotiation with the subsequent fetch. ok, now it's right. christ. + negotiation with the subsequent fetch. Signed-off-by: Scott Chacon <schacon@xxxxxxxxx> -- gitgitgadget