Mischa POSLAWSKY <[email protected]> writes:
>> 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.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html