summaryrefslogtreecommitdiff
path: root/src/handlers/diff_header_misc.rs
AgeCommit message (Collapse)Author
2024-11-29clippy 1.83: apply explicit lifetimes elisions suggestionsThomas Otto
2024-07-09Make relative-paths work with binary filesThomas Otto
`relativize_path_maybe()` was not called in this case. Added test and converted a few existing ones to insta.
2024-05-04clippy (#1686)Dan Davison
2024-03-12Preserve "Binary files" line in color_only mode (#1649)Pawel Dominiak
Closes #320
2024-03-02Fix headers of modified binary files, closes #1621 (#1629)Paul
2023-08-05Improve binary file added output (#1502)Sondeyy
* added binary file cases tests * add binary file cases handling * remove unnecessary return and comma
2021-12-05Handle combined diff formatDan Davison
With this commit combined diff format (https://git-scm.com/docs/git-diff#_combined_diff_format) is handled appropriately. However, there is no special handling of merge conflict markers. Fixes #189, #736
2021-11-29Rename: FileMeta => DiffHeaderDan Davison