summaryrefslogtreecommitdiff
path: root/src/options
AgeCommit message (Expand)Author
2024-09-08Consolidate doc commentsTau Gärtli
2024-09-08Remove fallback to bat theme env varTau Gärtli
2024-09-08Replace "light mode" bool with a dedicated enumTau Gärtli
2024-09-08Make docs proper module-level docsTau Gärtli
2024-09-08Make `use` top-levelTau Gärtli
2024-09-08Merge get_is_light* functions togetherTau Gärtli
2024-09-08Allow --dark to override a light syntax themeTau Gärtli
2024-09-08Add missing test combinationsTau Gärtli
2024-09-08Add test for dark themeTau Gärtli
2024-09-08Do fallback outside switchTau Gärtli
2024-09-08De-duplicate test dataTau Gärtli
2024-09-08Prevent line breaksTau Gärtli
2024-08-24Fix `Catppuccin Latte` name in `LIGHT_SYNTAX_THEMES` list (#1823)Justin Su
2024-08-15Support passing arguments to git diff and diff (#1697)Dan Davison
2024-07-22Add --max-syntax-highlighting-length, set to 400Thomas Otto
2024-07-21Disable light mode detection in tests (#1765)Tau Gärtli
2024-07-17Fix a typo to make Catppuccin Latte detected as light theme (#1745)Justin Su
2024-07-16Update `terminal-colorsaurus` (#1699)Tau Gärtli
2024-07-07tests: set terminal width to 43 (#1741)Thomas Otto
2024-05-04clippy (#1686)Dan Davison
2024-05-04Repair --default-language, and highlight using full filename (#1549)Thomas Otto
2024-03-12Detect Dark/Light Mode from Terminal (#1615)Tau
2024-03-02Add Catppuccin latte to light syntax themes (#1573)Damir Vandic
2024-02-19Accept clippy suggestions (#1632)Dan Davison
2023-06-03Drop grep-header-style optionDan Davison
2023-06-02Introduce grep-output-type option: ripgrep or classicDan Davison
2023-04-26Fix some typos (#1379)Alexander Seiler
2023-03-08Get git's minus/plus style from config instead of copying it around (#1329)nickelc
2023-03-05Added config option. (#1324)Paolo Insogna
2023-03-05Encapsulate `git2` types (#1326)nickelc
2023-03-03Update `clap` to 4.1 (#1322)nickelc
2023-03-03Update `git2` to 0.16.1 (#1323)nickelc
2023-02-28Fix clippy warnings (#1298)nickelc
2022-10-11Add terminal width fallback via stty if on Windows/MSYS2Thomas Otto
2022-08-16Support configurable timestamps in git blame output (#1157)mliszcz
2022-03-30Add custom env struct to store env at init (#1025)William Escande
2022-02-27Use assets API from bat library instead of vendored code (#903)Dan Davison
2022-01-21Show blame line numbers via blame-separator-formatThomas Otto
2022-01-17Construct hyperlink file path relative to cwdDan Davison
2022-01-16Drop deprecated options (#914)Dan Davison
2022-01-15structopt to clap (#889)Dan Davison
2022-01-06New option file-transformation to transform file pathsDan Davison
2021-12-28blame-separator and blame-separator-style optionsDan Davison
2021-12-24New option blame-code-styleDan Davison
2021-12-14Don't take syntax-theme from env var during testsDan Davison
2021-12-12DELTA_FEATURES appends iff prefixed with +Dan Davison
2021-12-05Display merge conflictsDan Davison
2021-11-23Add --parse-ansi commandDan Davison
2021-11-23New option to map raw styles encountered in inputDan Davison
2021-11-22Navigate regexp (#782)Wayne Davison