Kyle Lippincott <spectral@xxxxxxxxxx> writes: > I just realized I didn't give a reproduction command, sorry about > that; here's the reproduction command provided by our user: > > git config --global core.abbrev 12 > git clone https://github.com/git/git.git Or "git -c core.abbrev=12 clone https://any/thing". Nicely spotted. And this is a curious one, as you would generally expect that having a fallback setting in the global space would help you instead of hurting you.