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
/
tests
/
ansi_test_utils.rs
Age
Commit message (
Expand
)
Author
2024-05-04
clippy (#1686)
Dan Davison
2024-05-04
Repair --default-language, and highlight using full filename (#1549)
Thomas Otto
2024-02-19
Accept clippy suggestions (#1632)
Dan Davison
2023-05-17
Fix warning highlight for trailing whitespace (#1037)
William Escande
2023-03-09
Add methods for getting `GitConfig` as reference (#1336)
nickelc
2023-02-28
Fix clippy warnings (#1298)
nickelc
2021-12-05
Refactor: paint_minus_and_plus_lines function
Dan Davison
2021-12-05
Handle combined diff format
Dan Davison
2021-11-28
Do not fill entirely new/removed lines with non-emph style
Dan Davison
2021-11-28
Refactor: hunk style sections handling
Dan Davison
2021-11-23
New option to map raw styles encountered in input
Dan Davison
2021-11-22
Allow custom colors to be defined in gitconfig (#788)
Dan Davison
2021-11-21
Set is_emph explicitly on *-emph-styles
Dan Davison
2021-11-10
Remove +/- line prefix instead of substituting a space
Thomas Otto
2021-09-19
Option to set the background extension mode to ANSI or spaces
Thomas Otto
2021-08-21
Refactor: use Option to model sometimes-null highlighter (#698)
Dan Davison
2020-12-27
Fix tests
Dan Davison
2020-12-05
Pass pre-painted prefix as Option
Dan Davison
2020-12-05
Pass pre-painted prefix
Dan Davison
2020-08-14
Use native ansi-parsing utilities instead of console crate
Dan Davison
2020-08-06
Fix tests
Dan Davison
2020-08-01
Initial implementation of color-moved support
Dan Davison
2020-07-10
Refactor: compute fill styles from line type
Dan Davison
2020-07-08
Refactor: line numbers
Dan Davison
2020-07-07
Refactor: parse line-numbers format strings early
Dan Davison
2020-06-27
Refactor: pass foreground & background defaults as a single Style
Dan Davison
2020-06-26
Bugfix: fix highlighting bug (no test coverage)
Dan Davison
2020-06-17
Add failing test: removal of whitespace error is not an error
Dan Davison
2020-06-17
Refactor test utilities
Dan Davison
2020-06-17
Highlight added/removed empty lines if they would be invisible
Dan Davison
2020-06-08
Add --number option for showing line numbers. Also adds related options:
Catherine Noll
2020-05-31
In tests, handle 4-bit colors in the context of arbitrary styles
Dan Davison
2020-05-31
Add support for 4-bit foreground colors in test utilities
Dan Davison
2020-05-31
In tests, interpret color string as style string
Dan Davison
2020-05-27
Refactor: Create color and theme modules, consolidate style code
Dan Davison
2020-05-26
Update tests after implementing decoration styles
Dan Davison
2020-05-25
Add tests of --file-style, --commit-style, --hunk-style
Dan Davison
2020-05-22
Use new Style struct, wrapping ansi_term::Style
Dan Davison
2020-05-22
Implement hunk styles using style string arguments
Dan Davison
2020-05-22
Use ansi_term style data structures instead of syntect
Dan Davison
2020-05-20
Refactor: consume options when creating config
Dan Davison
2020-05-17
Add new command-line options controlling foreground colors
Dan Davison
2020-05-16
Hunk highlighting test and refactoring
Dan Davison