diff-file-tree icon indicating copy to clipboard operation
diff-file-tree copied to clipboard

Adding op context to the filter

Open KrishnaPG opened this issue 3 years ago • 0 comments

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.

KrishnaPG avatar Dec 21 '21 15:12 KrishnaPG