> "brian m. carlson" <sandals@xxxxxxxxxxxxxxxxxxxx> writes: > I will admit being a bit interested in how this was discovered, since it > seems like an odd configuration to have, so if you can share, I'd > appreciate it, if only to satisfy my curiosity. Quite by accident. A machine-generated .gitconfig with some "default" values, which inadvertently included core.bare=false. > "Junio C Hamano" <gitster@xxxxxxxxx> wrote: > I had the same reaction. Forcing everything to be bare is quite > unusual. Technically non-bare in this case, although the field seems to be ignored in the global config, at least prior to Git 2.30.0. In any case, it never had any observable effect, and was therefore never noticed.