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
/
wrapping.rs
Age
Commit message (
Expand
)
Author
2024-05-04
Repair --default-language, and highlight using full filename (#1549)
Thomas Otto
2024-02-19
Accept clippy suggestions (#1632)
Dan Davison
2023-02-28
Fix clippy warnings (#1298)
nickelc
2022-12-03
try fix bad alignment in unicode (#1144) (#1145)
Sheldon Nico
2022-03-14
Move wrapping logic and utilities into wrapping module
Dan Davison
2022-01-18
Center Align numbers right-ish (#883)
Thomas Otto
2022-01-04
Make Config cloneable for DeltaTest, store as Cow<Config> there
Thomas Otto
2022-01-04
DeltaTest improvements (#876)
Wayne Davison
2021-12-14
Line state refactor (#851)
Dan Davison
2021-12-07
Fixed some test clippys
Thomas Otto
2021-12-07
Add DeltaTest to speed up adding and fixing tests
Thomas Otto
2021-12-05
Display merge conflicts
Dan Davison
2021-12-05
Handle combined diff format
Dan Davison
2021-11-27
Refactor: further isolate side-by-side implementation (#801)
Dan Davison
2021-11-26
Refactor: rename: LineSegments -> LineSections
Dan Davison
2021-11-10
Remove +/- line prefix instead of substituting a space
Thomas Otto
2021-10-25
Re-enable ANSI fill by equalizing panel sizes
Thomas Otto
2021-10-16
Change PlusMinus to the correct MinusPlus, add documentation
Thomas Otto
2021-10-16
Tests: store length of skipped header separately
Thomas Otto
2021-10-16
Add inline-hint-style option and use for side-by-side wrap symbols
Dan Davison
2021-10-16
Add side-by-side line wrapping
Thomas Otto