summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-09-22Improve blame file type detection (#1829)dvermd
2024-09-15Do not double panic in FakeParentArgs::dropdvermd
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-09-06Fix clippy warnings (#1851)Tau Gärtli
2024-09-02Handle quoted file paths in hunk headersThomas Otto
2024-08-24Fix `Catppuccin Latte` name in `LIGHT_SYNTAX_THEMES` list (#1823)Justin Su
2024-08-24Move AmbiguousDiffMinusCounter to hunk_header (#1825)Dan Davison
2024-08-24Don't use a pager for --version (#1824)Dan Davison
2024-08-15Handle ambiguous diff header, '--- ' can also be present in a minus hunkThomas Otto
2024-08-15Support passing arguments to git diff and diff (#1697)Dan Davison
2024-08-12Do not wrap short help (-h) outputThomas Otto
2024-08-01Fix build for rust 1.80Thomas Otto
2024-08-01Use angle bracket around <urls>, regenerate help output markdownThomas Otto
2024-08-01Wrap --help output and use pagerThomas Otto
2024-08-01Add wrap function for --help outputThomas Otto
2024-08-01Make drop impl of OutputType more prominentThomas Otto
2024-08-01OutputType: PagerCfg and oneshot_writeThomas Otto
2024-07-22Add --max-syntax-highlighting-length, set to 400Thomas Otto
2024-07-22Add truncate_str_short() which always returns a prefix of the inputThomas Otto
2024-07-21Disable light mode detection in tests (#1765)Tau Gärtli
2024-07-17Fix copy-paste typo (#1767)Justin Su
2024-07-17Add missing `--file-*-label` option to `--navigate` docs (#1744)Justin Su
2024-07-17Fix a typo to make Catppuccin Latte detected as light theme (#1745)Justin Su
2024-07-17Make less version >= 633 behave like previous versions wrt. Nerd FontsThomas Otto
2024-07-16Update `terminal-colorsaurus` (#1699)Tau Gärtli
2024-07-09Make relative-paths work with binary filesThomas Otto
2024-07-09Make relativize_path_maybe directly update the path argumentThomas Otto
2024-07-08Fix panic when blame-palette is empty (#1737)Thorou
2024-07-07tests: set terminal width to 43 (#1741)Thomas Otto
2024-07-06tests: add insta for snapshot testing (#1739)Thomas Otto
2024-06-24Don't read git files when --no-gitconfig is given + unused variables (#1728)Thomas Otto
2024-05-04clippy (#1686)Dan Davison
2024-05-04tests: prevent parallel env var access (#1681)Thomas Otto
2024-05-04Repair --default-language, and highlight using full filename (#1549)Thomas Otto
2024-03-17Stop highlighting unchanged whitespace (#1659)Phillip Wood
2024-03-16Honor default-language option (#1655)Pawel Dominiak
2024-03-12Detect Dark/Light Mode from Terminal (#1615)Tau
2024-03-12Preserve "Binary files" line in color_only mode (#1649)Pawel Dominiak
2024-03-04Fix clippy complaintsDan Davison