-
Notifications
You must be signed in to change notification settings - Fork 1
Description
If I make changes to a file and opus detects an integrity issue when updating, the diff provided to me is the full current version of the installed file compared to the new incoming file. While this diff should always be provided, I typically also want to see a diff only of what I changed since I added the file, which would provide far more insight into what I would need to port over if I choose to overwrite.
I understand that this is probably a job for the vcs and not opus, but (with a single terminal) I cannot get this information inline during an update and feel like I'm flying blind with files like CSS where the full diff can be very hard to parse. It might actually be possible with Opus if the diffs of all installed assets/files are calculated pre-update, but that's probably crazy.
We should discuss some potential solutions here.