On Wed, Feb 19, 2020 at 3:52 PM Junio C Hamano <gitster@xxxxxxxxx> wrote: > "Derrick Stolee via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > > +test_expect_failure 'verify fetch succeeds when asking for new tags' ' > > + git clone --filter=blob:none "file://$(pwd)/srv.bare" tag-test && > > + for i in I J K > > + do > > + test_commit -C src $i && > > + git -C src branch $i > > + done && > > + git -C srv.bare fetch --tags origin +refs/heads/*:refs/heads/* && > > + git -C tag-test fetch --tags origin > > +' > > Is this about an ultra-recent regresssion? When applied directly on > top of v2.25.0, this one seems to pass already without any change. True, although both fail when applied atop "master".