phpro / grumphp

A PHP code-quality tool
MIT License
4.14k stars 430 forks source link

Make "git diff" behave more predictably #835 #836

Closed sascha-egerer closed 3 years ago

sascha-egerer commented 3 years ago
Q A
Branch *
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Documented? no
Fixed tickets #835

Make gumphp work with git config diff.noprefix=true

veewee commented 3 years ago

Thanks for the PR, looks good! It would be better if the diff parser from gitonomy/gitlib supported more modes though :)