summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-01-09clippy 1.84 fixThomas Otto
2024-12-10hyperlink commit hashes of length 7 as wellThomas Otto
2024-12-02Don't keep subcommand stdout aroundThomas Otto
2024-11-28Support external subcommands: rg, diff, git-show (etc.) (#1769)Thomas Otto
2024-11-29clippy 1.83: silence zombie_processes false positiveThomas Otto
2024-11-29clippy 1.83: fix unnecessary_first_then_checkThomas Otto
2024-11-29clippy 1.83: apply explicit lifetimes elisions suggestionsThomas Otto
2024-11-20Allow multiple hyperlinks per lineThomas Otto
2024-11-20testability: add pretty_assertions, git mocksThomas Otto
2024-11-16Support {host} in hyperlinks (#1901)Dan Davison
2024-11-15Rename poorly-named variables (#1904)Dan Davison
2024-11-14Honor pager path when checking less version (#1903)Dan Davison
2024-11-09Redundant Option Checks, Unwrap Safety (#1892)shray sharma
2024-11-05Add optional capture-output writer to run_app()Thomas Otto
2024-10-21Refactor (#1877)Dan Davison
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