On Mon, May 20, 2024 at 10:21:23AM GMT, Ondrej Pohorelsky wrote: > Is there a way to make git-daemon hosted repositories safe to clone, > without specifying safe.directory in git config? AFAIK this is widely > used feature of Git not only by the end users, but also quite a lot of > tests rely on it. I would say more -- this is very broken and needs to be rolled back. Running git-daemon as a different user is the recommended setup for read-only deployments. -K