summaryrefslogtreecommitdiffstats
path: root/src/parse_style.rs
AgeCommit message (Expand)Author
2023-04-26Update `bitflags` to 2.2.1 (#1361)nickelc
2023-02-28Fix clippy warnings (#1298)nickelc
2022-01-16Drop deprecated options (#914)Dan Davison
2021-11-22Allow custom colors to be defined in gitconfig (#788)Dan Davison
2021-11-21Set is_emph explicitly on *-emph-stylesDan Davison
2021-11-15Clean upDan Davison
2021-10-18Use fatal() to exit with errorcode 2 (#739)Thomas Otto
2021-10-16Fix clippy warning needless_option_as_derefThomas Otto
2021-08-18Remove unnecessary borrows (#692)Ben Armstead
2021-04-29Fix ansi syntax theme (#581)Dan Davison
2020-12-31Add styles for file path and line number in hunk headerDan Davison
2020-12-27Use special style attribute to control line-number in hunk-headerDan Davison
2020-12-19Add failing test of hunk-header-style 'file' attributeDan Davison
2020-08-01Emit raw lines instead of explicitly handling --color-movedDan Davison
2020-07-13Refactor: simplify color parsingDan Davison
2020-06-27Rename: unreachable -> delta_unreachableDan Davison
2020-06-27Refactor: ANSI 16 color (name, number) hash mapDan Davison
2020-06-27Bugfix: inherit style attributes from default styleDan Davison
2020-06-27Refactor: pass foreground & background defaults as a single StyleDan Davison
2020-06-26Refactor: parse_style moduleDan Davison