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
/
edits.rs
Age
Commit message (
Expand
)
Author
2024-03-17
Stop highlighting unchanged whitespace (#1659)
Phillip Wood
2023-05-17
Fix warning highlight for trailing whitespace (#1037)
William Escande
2023-02-28
Fix clippy warnings (#1298)
nickelc
2022-11-29
Highlighting improvements (#1244)
Phillip Wood
2021-11-28
Refactor: hunk style sections handling
Dan Davison
2021-11-28
Change rules for non-emph style
Dan Davison
2021-11-10
Remove +/- line prefix instead of substituting a space
Thomas Otto
2020-12-03
Disable some clippy warnings (#422)
Dan Davison
2020-08-01
Initial implementation of color-moved support
Dan Davison
2020-07-11
Add side-by-side diff view (#243)
Dan Davison
2020-07-08
Rename variable
Dan Davison
2020-06-26
Bugfix: change op-coalescing algorithm when inferring edits
Dan Davison
2020-06-11
Bugfix: highlight trailing whitespace added to a blank line
Dan Davison
2020-06-11
New option --word-diff-regex
Dan Davison
2020-06-11
Bug fix: fix tokenization of non-ASCII text
Dan Davison
2020-06-11
Add test of tokenization of non-ASCII input
Dan Davison
2020-06-11
Fix test: force tokenization algorithm to match previous behavior
Dan Davison
2020-06-11
Invert semantics of tokenization regular expression
Dan Davison
2020-06-11
Strengthen tokenization tests
Dan Davison
2020-06-11
Add tokenization test
Dan Davison
2020-06-11
Add test of minimal tokenization edge cases
Dan Davison
2020-05-27
Bug fix: fix spurious application of non-emph styles
Dan Davison
2020-05-23
Delete test that wasn't asserting anything
Dan Davison
2020-05-18
Performance: create regexp as a top-level static
Dan Davison
2020-05-01
Experimental: assume naive line pairings are homologous
Dan Davison
2020-04-15
Merge branch 'master' into width-calc-fix
Dan Davison
2019-11-17
Allow ignoring `git diff` virtual path
Marcelo Lima
2019-11-14
Properly calculate string widths with unicode_width
Wang Xuerui
2019-10-16
Changed the tests to reflect the change
ath3
2019-10-16
Extended separators to better match github diff
ath3
2019-09-03
Ignore failing test
Dan Davison
2019-08-11
Add failing test of edits inference
Dan Davison
2019-08-11
Add failing test of edits inference
Dan Davison
2019-08-11
Coalesce noop-whitespace with previous operation when annotating
Dan Davison
2019-08-11
Add failing test of edits inference
Dan Davison
2019-08-11
Add test of edits inference
Dan Davison
2019-08-11
Align separating text as multiple single-character tokens.
Dan Davison
2019-08-11
Clean up
Dan Davison
2019-08-08
Clippy
Dan Davison
2019-08-08
Edit docstrings and comments
Dan Davison
2019-08-08
Trim leading and trailing whitespace when computing distance
Dan Davison
2019-08-07
Compute distance in annotation routine
Dan Davison
2019-08-07
Move run-length encoding
Dan Davison
2019-08-06
Fix tests
Dan Davison
2019-08-06
Use alignment to annotate line pair
Dan Davison
2019-08-06
Use enum instead of ad-hoc integer code
Dan Davison
2019-08-06
Update tests
Dan Davison
2019-08-06
Don't right-pad and newline-terminate lines before alignment
Dan Davison
2019-08-06
Clean up distance-metrics
Dan Davison
2019-08-06
Change tokenization algorithm
Dan Davison
[next]