diff.rs
diff.rs copied to clipboard
Handle different types of files
Currently, we don't properly handle special files such as links.
To allow for this, we should rethink our model so that we can:
- capture and display metadata, such as permissions
- capture and display links (soft links, hard links are not supported by git iirc)