sindrets / diffview.nvim

Single tabpage interface for easily cycling through diffs for all modified files for any git rev.
Other
3.85k stars 105 forks source link

Support .patch files #288

Open rgrinberg opened 1 year ago

rgrinberg commented 1 year ago

It would be nice if diffivew.nvim was extended to support patch files. In particular, we'd like to see:

Originally posted by @rgrinberg in https://github.com/sindrets/diffview.nvim/issues/286#issuecomment-1383189973

sindrets commented 1 year ago

Being able to apply hunks to the working copy via the diff

@rgrinberg You can already do this with the builtin :h copy-diffs functionality.