summaryrefslogtreecommitdiffstats
path: root/src/cli.rs
AgeCommit message (Expand)Author
2020-08-15RearrangeDan Davison
2020-08-14Truncate long lines (#290)Dan 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-07-30Move hyperlinks help text sectionDan Davison
2020-07-30Honor width option in git_configryuta69
2020-07-22Fix help textDan Davison
2020-07-22Format files and commits as OSC 8 hyperlinksDan Davison
2020-07-22Read git config entries at start-upDan Davison
2020-07-15Fix programmatic construction of option/flag namesDan Davison
2020-07-15Document 'omit' style attributeDan Davison
2020-07-11Add side-by-side diff view (#243)Dan Davison
2020-07-09Improve help text for line-number format stringsDan Davison
2020-07-09Apply rewrite rules earlierDan Davison
2020-07-07Refactor: parse line-numbers format strings earlyDan Davison
2020-07-04Remove mention of 'underoverline' from help textDan Davison
2020-07-01s/if/iff/Dan Davison
2020-07-01Remove space in default line number format string0.2.0Dan Davison
2020-07-01Edit/reorder help textDan Davison
2020-06-30Activate paging for --show-syntax-themesDan Davison
2020-06-30Add more computed values to options structDan Davison
2020-06-30Set the light/dark/theme option values earlyDan Davison
2020-06-30Call preprocessDan Davison
2020-06-30Pass HighlightingAssetsDan Davison
2020-06-30Trivial changesDan Davison
2020-06-30Refactor: options moduleDan Davison
2020-06-28Reinstate color-only as a feature that extends rawDan Davison
2020-06-28Make --raw use default git colors for hunk linesDan Davison
2020-06-28Rename option: color-only => rawDan Davison
2020-06-27Edit help textDan Davison
2020-06-27Runtime assertion that all options are handledDan Davison
2020-06-27Rename --list-*, --show-* commandsDan Davison
2020-06-26New command --show-stylesDan Davison
2020-06-26New READMEDan Davison
2020-06-25New READMEDan Davison
2020-06-25Revert DELTA_FEATURES env var supportDan Davison
2020-06-25Rename: format-style => styleDan Davison
2020-06-25Rename: --number => --line-numbersDan Davison
2020-06-25Make number-zero-style non-OptionDan Davison
2020-06-25Implement numbers as a featureDan Davison
2020-06-25Refactor: determine number stylesDan Davison
2020-06-25Support subset of Rust string format languageDan Davison
2020-06-25Command line option to apply line number style to unchanged linesCatherine Noll
2020-06-22Refactor: separate Opt construction from Config constructionDan Davison
2020-06-21Fix test: add missing flags for builtin featuresDan Davison
2020-06-21Reinstate --navigate flagDan Davison
2020-06-21Make opt.features non-OptionDan Davison
2020-06-21Bugfix: fix environment variable nameDan Davison
2020-06-20Reimplement --navigate as a featureDan Davison