summaryrefslogtreecommitdiffstats
path: root/src/main.rs
AgeCommit message (Expand)Author
2020-12-16Exit with diff's exit code (#449)Dan Davison
2020-12-05Exclude bat_utils from test coverage calculationsDan Davison
2020-12-04Disable testDan Davison
2020-12-03Add test coverage of main.rs (#423)Dan Davison
2020-11-14Rename directory: src/bat -> src/bat_utilsDan Davison
2020-11-05fix some clippy warnings (#380)Marco Ieni
2020-10-04Make command a variable for use in error messageDan Davison
2020-10-01Handle diff execution error gracefully. (#341)Yoichi NAKAYAMA
2020-08-14Add new option to show-config and test of gitconfigDan Davison
2020-08-08Update --show-configDan Davison
2020-08-08Add side-by-side to --show-config outputDan Davison
2020-08-02Add hyperlinks to show-configDan 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-07-30Create ansi moduleDan Davison
2020-07-30Honor width option in git_configryuta69
2020-07-22Format files and commits as OSC 8 hyperlinksDan Davison
2020-07-22Read git config entries at start-upDan Davison
2020-07-01Improve --list-syntax-themesDan Davison
2020-06-30Activate paging for --show-syntax-themesDan Davison
2020-06-30Rearrange: options::theme moduleDan Davison
2020-06-30Fix --show-syntax-themesDan Davison
2020-06-30Pass HighlightingAssetsDan Davison
2020-06-30Trivial changesDan Davison
2020-06-30Refactor: options moduleDan Davison
2020-06-30Eliminate redundant syntax_theme name field on Config structDan Davison
2020-06-27Improve --show-config commandDan Davison
2020-06-27Rename --list-*, --show-* commandsDan Davison
2020-06-27Improve --show-styles commandDan Davison
2020-06-26New command --show-stylesDan Davison
2020-06-26Refactor: parse_style moduleDan Davison
2020-06-22Refactor: separate Opt construction from Config constructionDan Davison
2020-06-21New option value look-up algorithmDan Davison
2020-06-20s/preset/feature/Dan Davison
2020-06-20Reorganize: presets directoryDan Davison
2020-06-14Refactor: native GitConfig structDan Davison
2020-06-14Refactor: get_git_configDan Davison
2020-06-14Reorganize modulesDan Davison
2020-06-14Reimplement diff-highlight and diff-so-fancy as "builtin presets"Dan Davison
2020-06-11Run --list-syntax-themes etc before diff mode tty detectionDan Davison
2020-06-10Refactor: Config::from_argsDan 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-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