Fix test to force diff prefixes. #172
Loading…
Reference in New Issue
No description provided.
Delete Branch "fix-test-patch-prefix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When you have
diff.noprefix
ordiff.mnemonicprefix
configuration set to true globally, such as in ~/.gitconfig,TestPatch
fails.This Pull Request fixes this problem by setting OldPrefix and NewPrefix explicitly.