On 19 May 2023, at 13:07, Junio C Hamano wrote: > "John Cai via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > >> +test_expect_success A'see if up-to-date packed refs are preserved' ' > > Huh? oops. not sure what happeend there. > >> + git branch q && >> + git pack-refs --all --prune && >> + git update-ref refs/heads/q refs/heads/q && >> + ! test -f .git/refs/heads/q >> +'