summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-06-04Improve implementation of diffDan Davison
2020-06-03delta acts as `diff -u minus_file plus_file | delta` when there is no stdinDan Davison
2020-06-03Add --diff-so-fancy option (dark terminal background)Dan Davison
2020-06-03Refactor: don't consume ArgMatches, switch order of argumentsDan Davison
2020-06-03New CLI flag: --navigateDan Davison
2020-06-03New CLI options: --file-modified-label, --file-removed-label, etcDan Davison
2020-06-03Pass clap ArgMatches to cli::process_command_line_argumentsDan Davison
2020-06-03Rearrange: move testsDan Davison
2020-06-03Use '--*-decoration-style=none' instead of 'omit'Dan Davison
2020-06-02Fix test of diff.mnemonicPrefix prefixesDan Davison
2020-06-02Add failing test for diff.mnemonicPrefix prefixesDan Davison
2020-06-02Implement compositional decoration attributesDan Davison
2020-06-02Add failing tests of compositional options: --element-style='box ul'Dan Davison
2020-06-01Add tests of deprecated --element-style={box,underline} optionsDan Davison
2020-05-31Edit help textDan Davison
2020-05-31Make decorations honor --width variableDan Davison
2020-05-31Make decorations respect --widthDan Davison
2020-05-31Allow --ELEMENT-style=none meaning no styleDan Davison
2020-05-31Function did not need to be publicDan Davison
2020-05-31Allow --ELEMENT-decoration-style=noneDan Davison
2020-05-31Edit help textDan Davison
2020-05-31Update --commit-style default to 'raw'Dan Davison
2020-05-31Fix testDan Davison
2020-05-31In tests, handle 4-bit colors in the context of arbitrary stylesDan Davison
2020-05-31Implement --{commit,file,hunk-header}-style=rawDan Davison
2020-05-31Add failing tests of handling input with colorDan Davison
2020-05-31Add support for 4-bit foreground colors in test utilitiesDan Davison
2020-05-31In tests, interpret color string as style stringDan Davison
2020-05-31Fix painting of file line under --decoration-style=omitDan Davison
2020-05-31Add failing test: assert file is styled under decoration-style=omitDan Davison
2020-05-30Bug fix: non-emph styling was incorrectDan Davison
2020-05-30Hack: add boolean to Style struct to identify non-emph stylesDan Davison
2020-05-30Add test of --hunk-header-style=''Dan Davison
2020-05-30Strengthen tests slightlyDan Davison
2020-05-30Add tests of `--ELEMENT-decoration-style omit`Dan Davison
2020-05-30Implement --thing-style omitDan Davison
2020-05-30Add is_omitted field to Style structDan Davison
2020-05-30Update --list-themes to use new 'omit' CLIDan Davison
2020-05-30Add failing tests of `--thing-style omit`Dan Davison
2020-05-30Fix test namesDan Davison
2020-05-30Implement --commit-style raw with decorationDan Davison
2020-05-30Add failing test of --commit-style rawDan Davison
2020-05-30Implement --file-style raw with decorationDan Davison
2020-05-30Add failing test of --file-style rawDan Davison
2020-05-30Refactor: config.get_style and delta::should_handleDan Davison
2020-05-30Emit raw hunk header with decorationDan Davison
2020-05-30Add failing test of --hunk-header-style rawDan Davison
2020-05-30Update implementation of --color-onlyDan Davison
2020-05-30Update --*-style testsDan Davison
2020-05-30Make decoration style non-optionalDan Davison