summaryrefslogtreecommitdiffstats
path: root/src/options/set.rs
AgeCommit message (Expand)Author
2020-12-08Make commit style to be colored with same structure while color_only #405 (#438)ulwlu
2020-12-08Make hunk header style to be colored with same structure while color_only #40...ulwlu
2020-12-08Make file style to be colored with same structure while color_only #405 (#436)ulwlu
2020-12-05Expose line-buffer-size as a new option (#429)Dan Davison
2020-11-22Handle copied filesDan Davison
2020-11-22Fix diff interactivefilter when decoration option is enabled (#367)ulwlu
2020-11-14Rename directory: src/bat -> src/bat_utilsDan Davison
2020-11-07remove some clippy warnings (#383)Marco Ieni
2020-11-05fix some clippy warnings (#380)Marco Ieni
2020-09-18Fix `git add -p` to work when any options enabled (#323)ryuta69
2020-09-03Hack: env var for boolean flagDan Davison
2020-08-20Interpret `line-numbers = false` in gitconfig as no line numbers at all (#296)Dan Davison
2020-08-15RearrangeDan Davison
2020-08-14Add new option to show-config and test of gitconfigDan Davison
2020-08-14Truncate long lines (#290)Dan Davison
2020-08-08Eliminate an .unwrap()Dan Davison
2020-08-08Disable side-by-side when color-only is in effectDan Davison
2020-08-01Add inspect-raw-lines {true,false} optionDan 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-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-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-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-10Fix typoDan Davison
2020-07-10Allow a builtin feature to reference other builtin featuresDan Davison
2020-07-10Refactor: gather_featuresDan Davison
2020-06-30Add more computed values to options structDan Davison
2020-06-30Set light/dark mode before builtin featuresDan Davison
2020-06-30Rearrange: options::theme moduleDan Davison
2020-06-30Set the light/dark/theme option values earlyDan Davison
2020-06-30Refactor: options moduleDan Davison