Junio C Hamano <gitster@xxxxxxxxx> writes: > Junio C Hamano <gitster@xxxxxxxxx> writes: > >> This is 'next' running for me: > > Scratch all that---sorry, but I did see the note about trailing > slash, but somehow managed to forget adding it when I tried it. $ git checkout v2.22.0 && make && ./git-rev-parse :/any/path/ segfaults, while $ git checkout v2.21.0 && make && ./git-rev-parse :/any/path/ is OK. We should be able to bisect this fairly straightforward between these two.