summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-06-30Call preprocessDan Davison
2020-06-30Pass HighlightingAssetsDan Davison
2020-06-30Trivial changesDan Davison
2020-06-30Fix infinite recursion when there are no syntax referencesDan Davison
2020-06-30Refactor: options moduleDan Davison
2020-06-30Eliminate redundant syntax_theme name field on Config structDan Davison
2020-06-30Merge pull request #231 from dandavison/dependabot/cargo/unicode-width-0.1.8dependabot-preview[bot]
2020-06-30Bump unicode-width from 0.1.7 to 0.1.8dependabot-preview[bot]
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-28Make diff-highlight feature extend raw featureDan Davison
2020-06-28No need to set raw flag as part of raw featureDan Davison
2020-06-28Rename option: color-only => rawDan Davison
2020-06-28Make diff-highlight default to raw mode for commit/file/hunk-headerDan Davison
2020-06-28Make diff-so-fancy honor color.diff.commitDan Davison
2020-06-28Make diff-highlight honor more color.diff.* entriesDan Davison
2020-06-28Rearrange: move navigate function to correct locationDan Davison
2020-06-28Disable line numbers in color-only featureDan Davison
2020-06-27Edit help textDan Davison
2020-06-27Improve --show-config commandDan Davison
2020-06-27Runtime assertion that all options are handledDan Davison
2020-06-27Rename: unreachable -> delta_unreachableDan Davison
2020-06-27FormattingDan Davison
2020-06-27Rename --list-*, --show-* commandsDan Davison
2020-06-27Improve --show-styles commandDan Davison
2020-06-27Refactor: ANSI 16 color (name, number) hash mapDan Davison
2020-06-27Bugfix: inherit style attributes from default styleDan Davison
2020-06-27Refactor: pass foreground & background defaults as a single StyleDan Davison
2020-06-26New command --show-stylesDan Davison
2020-06-26Refactor: parse_style moduleDan Davison
2020-06-26Bugfix: change op-coalescing algorithm when inferring editsDan Davison
2020-06-26Bugfix: fix highlighting bug (no test coverage)Dan Davison
2020-06-26Add diffs reproducing highlighting bugsDan Davison
2020-06-26New READMEDan Davison
2020-06-25Delete redundant state assignmentDan Davison
2020-06-25Fix state machine FileMeta parse bugDan Davison
2020-06-25Add regression testDan Davison
2020-06-25Fix test: --color-only should syntax highlightDan Davison
2020-06-25Fix diff prefix stripping bugDan Davison
2020-06-25Add regression testDan Davison
2020-06-25Refactor: generalize regression testDan Davison
2020-06-25New READMEDan Davison
2020-06-25New READMEDan Davison
2020-06-25Revert DELTA_FEATURES env var supportDan Davison
2020-06-25Merge pull request #219 from clnoll/line-number-zero-styleDan Davison
2020-06-25Darken line-numbers-zero-style greyDan 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