]> Kevux Git Server - rit/commit
bundle-uri: add test for bundle-uri clones with tags
authorScott Chacon <schacon@gmail.com>
Fri, 25 Apr 2025 19:33:09 +0000 (19:33 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 25 Apr 2025 20:36:45 +0000 (13:36 -0700)
commit435b076ceb6e42c2c4c66422c036a02982b36bd4
treefe3d76085a60d07ae4df4f1200b9e528343d2df3
parentc858c6442b53fc9b7e79923546668fe38fe2c58d
bundle-uri: add test for bundle-uri clones with tags

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.

Signed-off-by: Scott Chacon <schacon@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5558-clone-bundle-uri.sh