summaryrefslogtreecommitdiffstats
path: root/src/rewrite.rs
AgeCommit message (Expand)Author
2020-06-14Reorganize modulesDan Davison
2020-06-14Reimplement diff-highlight and diff-so-fancy as "builtin presets"Dan Davison
2020-06-12Fix preset logic: new function has_presetDan Davison
2020-06-12Support multiple presetsDan Davison
2020-06-11New option --word-diff-regexDan Davison
2020-06-11Add tests of diff-highlight and diff-so-fancy defaultsDan Davison
2020-06-11Use bold text for diff-so-fancy but not diff-highlightDan Davison
2020-06-11Don't use underscore for private functionsDan Davison
2020-06-10Implement diff-highlight and diff-so-fancy as presetsDan Davison
2020-06-10Refactor: Config::from_argsDan Davison
2020-06-10Do not allow ArgMatches to be missingDan Davison
2020-06-10Change function signatureDan Davison
2020-06-09Bug fix: deprecated --theme option was not being honoredDan Davison
2020-06-09Add --no-gitconfig optionDan Davison
2020-06-09Honor `preset` in gitconfigDan Davison
2020-06-08Add --number option for showing line numbers. Also adds related options:Catherine Noll
2020-06-06Fix macro nameDan Davison
2020-06-06Honor deprecated --theme optionDan Davison
2020-06-06Use 'syntax_theme' instead of 'theme' everywhereDan Davison
2020-06-06Rearrange: new module gitconfigDan Davison
2020-06-06Read delta options from gitconfig respecting --themeDan 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-03Rearrange: move testsDan Davison
2020-06-03Use '--*-decoration-style=none' instead of 'omit'Dan Davison
2020-06-02Implement compositional decoration attributesDan Davison
2020-05-30Update implementation of --color-onlyDan Davison
2020-05-26Delete now-trivial wrapper functionDan Davison
2020-05-26Implement deprecated options after parsing command lineDan Davison
2020-05-26Rewrite {commit, file, hunk} {style, decoration-style} stringsDan Davison