summaryrefslogtreecommitdiffstats
path: root/src/features
AgeCommit message (Expand)Author
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)0.12.0Dan 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
2021-11-26Refactor: rename: LineSegments -> LineSectionsDan Davison
2021-11-22Navigate regexp (#782)Wayne Davison
2021-11-15Support precision specifier in run-time format stringsDan Davison
2021-11-10Remove +/- line prefix instead of substituting a spaceThomas Otto
2021-10-26Fix side-by-side mode without line numbers0.9.0Thomas Otto
2021-10-26Simplify incrementing of line numbersThomas Otto
2021-10-25Re-enable ANSI fill by equalizing panel sizesThomas Otto
2021-10-25Linenumber test helper addedThomas Otto
2021-10-25Wrap linenumber configs in MinusPlus or LeftRightThomas Otto
2021-10-18Convert Align and Placeholder into enumsThomas Otto
2021-10-18Store line number prefix/suffix as SmolStrThomas Otto
2021-10-16Change PlusMinus to the correct MinusPlus, add documentationThomas Otto