#13 Use “git diff-tree” output for patch equivalence checking
Opened by fweimer. Modified

git diff-tree -r does not need to look at actual blobs, so it is much faster. Due to the index lines, if git diff-tree -r differs, so will the git diff output, so this change would not trigger additional patch rewriting.


Metadata