Patrick Steinhardt <ps@xxxxxx> writes: > Hi, > > this patch series addresses a regression reported by Mike in Git v2.44 > where remote helpers cannot access the Git repository anymore when > running git-clone(1). > ... > builtin/clone.c | 46 ++++++++++++++++++++++++++++++++++++++ > refs/reftable-backend.c | 1 + Sorry, but this confuses me. Was a regression really in v2.44.0, where refs/reftable-backend.c did not even exist? If so why does a fix for it need to touch that file? Thanks.