mirror of
https://github.com/martinvonz/jj.git
synced 2024-12-30 16:19:35 +00:00
52f4fb1b27
previously, `jj diff` would show the full contents of binary files such as images. after this change, it instead shows "(binary)". it still shows the filename and metadata so that users can open the file in the viewer of their choce. future work could involve showing binary files as Sixel or similar; finding a way to compare large non-binary files without filling up the screen; or extending the data backends to avoid having to read the whole file contents into memory. |
||
---|---|---|
.. | ||
mod.rs |