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
/
delta.rs
Age
Commit message (
Expand
)
Author
2024-08-24
Move AmbiguousDiffMinusCounter to hunk_header (#1825)
Dan Davison
2024-08-15
Handle ambiguous diff header, '--- ' can also be present in a minus hunk
Thomas Otto
2024-05-04
clippy (#1686)
Dan Davison
2023-07-08
Replace usage of the `atty` crate with `std::io::IsTerminal` trait (#1465)
nickelc
2023-06-02
Introduce grep-output-type option: ripgrep or classic
Dan Davison
2022-10-24
measure_text_width() without constructing a temporary string
Thomas Otto
2022-08-16
Fix clippy warnings after rust 1.63 upgrade
mliszcz
2022-07-02
Don't attempt to process ANSI sequences in non-UTF8 input
Dan Davison
2022-03-30
Add support for irreversible-delete
William Escande
2022-01-05
Handle a mode change on a renamed file. (#875)
Wayne Davison
2021-12-28
Refactor blame handler
Dan Davison
2021-12-09
Store raw_line in HunkZero, as HunkMinus and HunkPlus
Dan Davison
2021-12-05
Gracefully handle failure to parse hunk header
Dan Davison
2021-12-05
Do not truncate hunk header line
Dan Davison
2021-12-05
Add InMergeConflict to combined diff enum variant
Dan Davison
2021-12-05
Display merge conflicts
Dan Davison
2021-12-05
Handle combined diff format
Dan Davison
2021-12-04
Fix weird but correct line handling
Dan Davison
2021-11-29
Rename: FileMeta => DiffHeader
Dan Davison
2021-11-29
Initial version of ARCHITECTURE.md
Dan Davison
2021-11-25
Remove trailing \r from raw line, in presence of ANSI escape sequences (#800)
Dan Davison
2021-11-22
Syntax-highlight `git show $revision:./path/to/file.ext` output
Dan Davison
2021-11-22
Handle grep output
Dan Davison
2021-11-15
Handle `git blame` output
Dan Davison
2021-11-15
Clean up
Dan Davison
2021-10-26
Delete unused blame CLI
Dan Davison
2021-10-26
Revert "Revert "Revert git blame handling (#746)""
Dan Davison
2021-10-26
Revert "Revert git blame handling (#746)"
Dan Davison
2021-10-26
Revert git blame handling (#746)
Dan Davison
2021-10-16
Add side-by-side line wrapping
Thomas Otto
2021-08-30
Clean up
Dan Davison
2021-08-30
Rename function
Dan Davison
2021-08-30
Rename function
Dan Davison
2021-08-30
Refactor: more cleanup of main state machine loop
Dan Davison
2021-08-29
Refactor: state machine handlers module
Dan Davison
2021-08-28
Set a default blame palette
Dan Davison
2021-08-28
Handle blame output
Dan Davison
2021-08-28
Refactor: eliminate format module
Dan Davison
2021-08-23
Use dotted range notation in diff.submodule = short case
Dan Davison
2021-08-23
Refactor: select next handled event with single disjunction expression (#701)
Dan Davison
2021-08-23
More minimalistic display of submodule (short) diffs (#700)
Dan Davison
2021-08-22
662 submodule diffs (#699)
Dan Davison
2021-08-18
Remove unnecessary borrows (#692)
Ben Armstead
2021-07-22
Fix the empty result issue in add -p (#664)
norisio
2021-06-25
Fix filenames with spaces (#643)
Dan Davison
2021-05-24
Support custom commit line regex when parsing git output (#558)
Dan Davison
2021-05-20
Emit description of file mode change (#605)
Dan Davison
2021-05-19
Fix typo
Dan Davison
2021-04-25
Be less strict about when to try relativizing paths (#576)
Dan Davison
2021-04-24
Add relative-paths option
Dan Davison
[next]