Hi Junio, On Tue, 21 May 2024, Junio C Hamano wrote: > Junio C Hamano <gitster@xxxxxxxxx> writes: > > > This partially reverts f4aa8c8b (fetch/clone: detect dubious > > ownership of local repositories, 2024-04-10) that broke typical > > read-only use cases (e.g. by git-daemon serving fetches and clones) > > where "nobody" who has no write permission serves repositories owned > > by others. The function to die upon seeing dubious ownership is > > still kept, as there are other users of it, but calls to it from the > > generic repository discovery code path, which triggered in cases far > > wider than originally intended (i.e. to stop local clones), have > > been removed. > > > > Signed-off-by: Junio C Hamano <gitster@xxxxxxxxx> > > --- > > I am inclined to propose dropping this step, actually. > > cf. https://lore.kernel.org/git/xmqq7cfmaofl.fsf@gitster.g/ To https://github.com/dscho/git + c6da96aa5f0...f71d7009814 maint-2.39 -> tentative/maint-2.39 (forced update) + fff57b200d1...21dc6c4d521 maint-2.40 -> tentative/maint-2.40 (forced update) + 616450032a0...0d21b3451cd maint-2.41 -> tentative/maint-2.41 (forced update) + b1ea89bc2d6...e9bd0c8f8c4 maint-2.42 -> tentative/maint-2.42 (forced update) + 093c42a6c6b...9926037ce8c maint-2.43 -> tentative/maint-2.43 (forced update) + 3c7a7b923b3...aec5a9bf52c maint-2.44 -> tentative/maint-2.44 (forced update) + aeddcb02756...d3c56966d13 maint-2.45 -> tentative/maint-2.45 (forced update) This command-line comes up with no differences (meaning: you resolved the merge conflicts, even the ones without conflict markers, in the same way as I did, which is good): for i in $(seq 39 45) do case $i in 39) gitster=jc/fix-2.45.1-and-friends-for-2.39;; 45) gitster=jc/fix-2.45.1-and-friends-for-maint;; *) gitster=fixes/2.45.1/2.$i;; esac && git diff gitster/$gitster..dscho/tentative/maint-2.$i -- \ ':(exclude)Documentation/RelNotes/' \ ':(exclude)GIT-VERSION-GEN' \ ':(exclude)RelNotes' done Ciao, Johannes