summaryrefslogtreecommitdiff
path: root/src/features
AgeCommit message (Expand)Author
2024-12-10hyperlink commit hashes of length 7 as wellThomas 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-09-08Replace "light mode" bool with a dedicated enumTau Gärtli
2024-08-01OutputType: PagerCfg and oneshot_writeThomas Otto
2024-07-21Disable light mode detection in tests (#1765)Tau Gärtli
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-03-12Detect Dark/Light Mode from Terminal (#1615)Tau
2024-02-19Accept clippy suggestions (#1632)Dan Davison
2023-06-02Introduce grep-output-type option: ripgrep or classicDan Davison
2023-03-09Add methods for getting `GitConfig` as reference (#1336)nickelc
2023-03-05Return the `GitRemoteRepo` type directly (#1328)nickelc
2023-03-05Update dependencies & switch back to the `dirs` crate (#1325)nickelc
2023-03-05Encapsulate `git2` types (#1326)nickelc
2023-03-03Spelling (#1257)Josh Soref
2023-02-28Fix clippy warnings (#1298)nickelc
2022-12-03try fix bad alignment in unicode (#1144) (#1145)Sheldon Nico
2022-11-13Fix clippy warnings (#1236)clnoll
2022-10-11Fix clippy warnings after rust 1.64 upgradeThomas Otto
2022-08-16Fix clippy warnings after rust 1.63 upgrademliszcz
2022-06-20Fix commit hyperlink formatting (#1110)Dan Davison
2022-05-23Tweak some words improved representation (#1078)Yudai Takada
2022-03-30Add custom env struct to store env at init (#1025)William Escande
2022-02-21Enable commit links for GitLab (#972)Johan Wärlander
2022-02-14Fix hyperlink absolute paths (#939)Dan Davison
2022-02-07Fix unused imports and functions warnings on windowsThomas Otto
2022-01-21Placeholder may contain a type fieldThomas Otto
2022-01-18Center Align numbers right-ish (#883)Thomas Otto
2022-01-18Cwd fixups (#918)Dan Davison
2022-01-17Construct hyperlink file path relative to cwdDan Davison
2022-01-17Add failing test of file hyperlink in git repoDan Davison
2022-01-04Make Config cloneable for DeltaTest, store as Cow<Config> thereThomas Otto
2022-01-04DeltaTest improvements (#876)Wayne Davison
2021-12-14Line state refactor (#851)Dan Davison
2021-12-14Revert "Ignore test maing ANSI assertions"Dan Davison
2021-12-12DELTA_FEATURES appends iff prefixed with +Dan Davison
2021-12-11Store history file in data_local_dir for Windows (#847)Rashil Gandhi
2021-12-09Store raw_line in HunkZero, as HunkMinus and HunkPlusDan Davison
2021-12-08Ignore test maing ANSI assertionsDan Davison
2021-12-07Fix more side-by-side line number miscountsThomas Otto
2021-12-07Add DeltaTest to speed up adding and fixing testsThomas Otto
2021-12-05Display merge conflictsDan Davison
2021-12-05Handle combined diff formatDan Davison
2021-12-02Fix side-by-side line number miscountThomas Otto
2021-11-28Do not fill entirely new/removed lines with non-emph styleDan Davison
2021-11-28Refactor: hunk style sections handlingDan Davison
2021-11-27Refactor: further isolate side-by-side implementation (#801)Dan Davison