summaryrefslogtreecommitdiffstats
path: root/src/options
AgeCommit message (Expand)Author
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-15Refactor: unify test utility functionsDan 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-30Allow "light" syntax themes to be used with dark mode and vice versaDan Davison
2020-06-30Set the light/dark/theme option values earlyDan Davison
2020-06-30Call preprocessDan Davison
2020-06-30Trivial changesDan Davison
2020-06-30Refactor: options moduleDan Davison