summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-08-02Add hyperlinks to show-configDan Davison
2020-08-02Bugfix: avoid emitting header twice when file is renamed with changesDan Davison
2020-08-02Set width in test for debugging convenienceDan Davison
2020-08-02Add test utilityDan Davison
2020-08-02Add failing test: duplicated header when file renamed with changesDan Davison
2020-08-01Change parse_first_style() to take &str instead of bytes iteratorDan Davison
2020-08-01Set fill style for raw linesDan Davison
2020-08-01Bug fix: honor blink attributes in ANSI parserDan Davison
2020-08-01Add failing test for blink attribute in color.diff.{old,new}Dan Davison
2020-08-01Add trailing commaDan Davison
2020-08-01Add inspect-raw-lines {true,false} optionDan Davison
2020-08-01Parse ANSI escape sequences as ansi_term StyleDan Davison
2020-08-01Initialize parser code based on alacritty ansi.rsDan Davison
2020-08-01Emit raw lines instead of explicitly handling --color-movedDan Davison
2020-08-01Initial implementation of color-moved supportDan Davison
2020-08-01Match paging-mode case-insensitivelyDan Davison
2020-08-01Fix order of `use` statementsDan Davison
2020-07-30Create ansi moduleDan Davison
2020-07-30Move hyperlinks help text sectionDan Davison
2020-07-30Refactor: sort struct entriesDan Davison
2020-07-30Honor width option in git_configryuta69
2020-07-27Paint buffered minus and plus lines before handling hunk headerDan Davison
2020-07-27Add failing test that diff -U0 output is unchanged (#263)Dan Davison
2020-07-27Move a line for consistencyDan Davison
2020-07-22Fix help textDan Davison
2020-07-22Format files and commits as OSC 8 hyperlinksDan Davison
2020-07-22Store Repository in git config structDan Davison
2020-07-22Read git config entries at start-upDan Davison
2020-07-15Set features earlyDan Davison
2020-07-15Fix programmatic construction of option/flag namesDan Davison
2020-07-15Add test assertions for opt.computedDan Davison
2020-07-15Parse paging_mode option value after setting itDan Davison
2020-07-15Add test that all options can be set in git configDan Davison
2020-07-15Refactor: unify test utility functionsDan Davison
2020-07-15Document 'omit' style attributeDan Davison
2020-07-13Refactor: has_background_color() -> get_background_color()Dan Davison
2020-07-13Refactor: simplify color parsingDan Davison
2020-07-11Allow user-supplied width to exceed terminal width0.3.0Dan Davison
2020-07-11Add side-by-side diff view (#243)Dan Davison
2020-07-10Refactor: return Vec instead of StringDan Davison
2020-07-10Don't set line-numbers in raw featureDan Davison
2020-07-10Fix typoDan Davison
2020-07-10Delete print statements in testDan Davison
2020-07-10Fix test: support line-number formats without a placeholderDan Davison
2020-07-10Add failing test for line-number formats with no placeholderDan Davison
2020-07-10Rename regexDan Davison
2020-07-10Allow a builtin feature to reference other builtin featuresDan Davison
2020-07-10Refactor: gather_featuresDan Davison
2020-07-10Refactor: compute fill styles from line typeDan Davison
2020-07-09Bugfix: empty line marker color was overwriting line numbersDan Davison