diff-file-tree
diff-file-tree copied to clipboard
Adding op context to the filter
The filter context allows diff to ignore the changes based on operation also (such as, ignore all "del" ops irrespective of filename). This eliminates the need for post-filtering of diff changes.
Needed for some other package of mine that is using this package.
This change is backwards compatible, which means existing code should run fine.