unidiff-rs icon indicating copy to clipboard operation
unidiff-rs copied to clipboard

`unidiff` does not detected renamed files

Open felipesere opened this issue 3 years ago • 1 comments
trafficstars

I use unidiff to parse Github patches and we noticed that when a patch contained a file rename it does not come up in .files().

Having looked a little into the code, I think its because a file rename does not contain any hunks at all?

Would you consider a PR to address this?

felipesere avatar Aug 22 '22 08:08 felipesere

PR welcome.

messense avatar Aug 22 '22 10:08 messense