summaryrefslogtreecommitdiffstats
path: root/src/config.rs
AgeCommit message (Expand)Author
2020-06-17Highlight whitespace errorsDan Davison
2020-06-17Highlight added/removed empty lines if they would be invisibleDan Davison
2020-06-17Eliminate leading space unless --keep-plus-minus-markersDan Davison
2020-06-14Refactor: native GitConfig structDan Davison
2020-06-14Reorganize modulesDan Davison
2020-06-11New option --word-diff-regexDan Davison
2020-06-11Fix env var dependency in theme selection testDan Davison
2020-06-11Fix and unignore testDan Davison
2020-06-10Refactor: Config::from_argsDan Davison
2020-06-10Refactor testsDan Davison
2020-06-10Refactor: straighten out command line arguments processingDan Davison
2020-06-10Add boolean flags to configDan Davison
2020-06-10Do not allow ArgMatches to be missingDan Davison
2020-06-10Change function signatureDan Davison
2020-06-10Make process_command_line_arguments accept a git config instanceDan Davison
2020-06-08Add --number option for showing line numbers. Also adds related options:Catherine Noll
2020-06-06Use 'syntax_theme' instead of 'theme' everywhereDan Davison
2020-06-06Read delta options from gitconfig respecting --themeDan Davison
2020-06-04Store libgit2 config in configFred Davison
2020-06-04Sort config struct fields by nameDan Davison
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-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-05-31Make decorations honor --width variableDan Davison
2020-05-31Make decorations respect --widthDan Davison
2020-05-30Hack: add boolean to Style struct to identify non-emph stylesDan Davison
2020-05-30Refactor: config.get_style and delta::should_handleDan Davison
2020-05-27Bug fix: e.g. underline in --minus-style was not taking effectDan Davison
2020-05-27Refactor: Create color and theme modules, consolidate style codeDan Davison
2020-05-27Add overline and underoverline decoration stylesDan Davison
2020-05-27Strip quotes within style stringsDan Davison
2020-05-26Use DecorationStyle instead of style::DecorationStyleDan Davison
2020-05-26Bug fix: deprecated color arg was not setting decoration colorDan Davison
2020-05-26Implement deprecated options after parsing command lineDan Davison
2020-05-26Rename functionDan Davison
2020-05-26Rewrite {commit, file, hunk} {style, decoration-style} stringsDan Davison
2020-05-26Implement --{commit,file,hunk-header}-{style,decoration-style}Dan Davison
2020-05-25Rename functionDan Davison
2020-05-25Add tests of --file-style, --commit-style, --hunk-styleDan Davison
2020-05-23Implement --*-non-emph stylesDan Davison
2020-05-22Use new Style struct, wrapping ansi_term::StyleDan Davison
2020-05-22Implement hunk styles using style string argumentsDan Davison
2020-05-22Use ansi_term style data structures instead of syntectDan Davison
2020-05-22Introduce style strings to replace color optionsDan Davison
2020-05-20Refactor: consume options when creating configDan Davison
2020-05-17Refactor: make_style functionDan Davison
2020-05-17Add new command-line options controlling foreground colorsDan Davison
2020-05-16Do not expose new foreground color options yetDan Davison