Mischa POSLAWSKY [off-list ref] writes:
quoted
Perhaps you had configured your diff.noprefix in a wrong
configuration file? This is primarily per-project choice, and your
clone of git.git should not have diff.noprefix set, neither your
$HOME/.gitconfig unless you always work on projects that want
diff.noprefix.
Then I'm not using it as intended.
I would imagine that you could do
(in ~/.gitconfig)
[diff] noprefix
(in ~/git.git/.git/config
[diff] noprefix = false
or something.