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
/
parse_style.rs
Age
Commit message (
Expand
)
Author
2023-11-20
Make hunk header code fragment display optional (#1568)
Zack Cerza
2023-04-26
Update `bitflags` to 2.2.1 (#1361)
nickelc
2023-02-28
Fix clippy warnings (#1298)
nickelc
2022-01-16
Drop deprecated options (#914)
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-15
Clean up
Dan Davison
2021-10-18
Use fatal() to exit with errorcode 2 (#739)
Thomas Otto
2021-10-16
Fix clippy warning needless_option_as_deref
Thomas Otto
2021-08-18
Remove unnecessary borrows (#692)
Ben Armstead
2021-04-29
Fix ansi syntax theme (#581)
Dan Davison
2020-12-31
Add styles for file path and line number in hunk header
Dan Davison
2020-12-27
Use special style attribute to control line-number in hunk-header
Dan Davison
2020-12-19
Add failing test of hunk-header-style 'file' attribute
Dan Davison
2020-08-01
Emit raw lines instead of explicitly handling --color-moved
Dan Davison
2020-07-13
Refactor: simplify color parsing
Dan Davison
2020-06-27
Rename: unreachable -> delta_unreachable
Dan Davison
2020-06-27
Refactor: ANSI 16 color (name, number) hash map
Dan Davison
2020-06-27
Bugfix: inherit style attributes from default style
Dan Davison
2020-06-27
Refactor: pass foreground & background defaults as a single Style
Dan Davison
2020-06-26
Refactor: parse_style module
Dan Davison