index
:
delta.git/.git
main
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
handlers
/
diff_header.rs
Age
Commit message (
Expand
)
Author
2025-08-01
Fix diff output when a diff ends with a mode change
Thomas Otto
2024-11-29
clippy 1.83: apply explicit lifetimes elisions suggestions
Thomas Otto
2024-09-02
Handle quoted file paths in hunk headers
Thomas Otto
2024-08-15
Handle ambiguous diff header, '--- ' can also be present in a minus hunk
Thomas Otto
2024-07-09
Make relative-paths work with binary files
Thomas Otto
2024-07-09
Make relativize_path_maybe directly update the path argument
Thomas Otto
2024-05-04
clippy (#1686)
Dan Davison
2024-05-04
Repair --default-language, and highlight using full filename (#1549)
Thomas Otto
2024-03-02
Fix headers of modified binary files, closes #1621 (#1629)
Paul
2024-02-19
Accept clippy suggestions (#1632)
Dan Davison
2023-02-28
Fix clippy warnings (#1298)
nickelc
2022-11-15
Handle quoted filenames in diff header
Thomas Otto
2022-11-13
Fix clippy warnings (#1236)
clnoll
2022-08-16
Fix clippy warnings after rust 1.63 upgrade
mliszcz
2022-03-30
Add support for irreversible-delete
William Escande
2022-03-16
Apply file-transformation to diff header, in addition to hunk header
Dan Davison
2022-03-07
Flush minus/plus line buffers in additional code locations
Dan Davison
2022-02-14
Fix hyperlink absolute paths (#939)
Dan Davison
2022-01-05
Handle a mode change on a renamed file. (#875)
Wayne Davison
2022-01-01
Put file-modified label in front of mode changes.
Wayne Davison
2021-12-05
Handle combined diff format
Dan Davison
2021-11-29
Rename: FileMeta => DiffHeader
Dan Davison