Re: git add -p doesn't honor diff.noprefix config

2016-12-06 Thread Jeff King
On Sat, Dec 03, 2016 at 07:45:18AM +0100, paddor wrote: > I set the config diff.noprefix = true because I don't like the a/ and > b/ prefixes, which nicely changed the output of `git diff`. > Unfortunately, the filenames in the output of `git add --patch` are > still prefixed. > > To me, this see

git add -p doesn't honor diff.noprefix config

2016-12-02 Thread paddor
Hi all I set the config diff.noprefix = true because I don't like the a/ and b/ prefixes, which nicely changed the output of `git diff`. Unfortunately, the filenames in the output of `git add --patch` are still prefixed. To me, this seems like a bug. Or there's a config option missing. Best re