unidiff-rs
unidiff-rs copied to clipboard
`unidiff` does not detected renamed files
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?
PR welcome.