summaryrefslogtreecommitdiffstats
path: root/src/tests
AgeCommit message (Expand)Author
2023-05-17Fix warning highlight for trailing whitespace (#1037)William Escande
2023-05-08Fix submodule diff parsing (#1413)Thomas Otto
2023-03-09Add methods for getting `GitConfig` as reference (#1336)nickelc
2023-03-03Spelling (#1257)Josh Soref
2023-02-28Fix clippy warnings (#1298)nickelc
2022-06-22Fix whole-file changes being attributed to the wrong commit in "git log" outputBjörn Steinbrink
2022-03-30Add custom env struct to store env at init (#1025)William Escande
2022-03-30Add support for irreversible-deleteWilliam Escande
2022-03-07Add failing test for #1002Dan Davison
2022-02-14Fix hyperlink absolute paths (#939)0.12.0Dan Davison
2022-01-18Center Align numbers right-ish (#883)Thomas Otto
2022-01-16Drop deprecated options (#914)Dan Davison
2022-01-05Handle a mode change on a renamed file. (#875)Wayne Davison
2022-01-04Make Config cloneable for DeltaTest, store as Cow<Config> thereThomas Otto
2022-01-04DeltaTest improvements (#876)Wayne Davison
2022-01-01Put file-modified label in front of mode changes.Wayne Davison
2021-12-14Delete calls printing output in testsDan Davison
2021-12-14Add inspect_raw method to DeltaTestDan Davison
2021-12-14Add markers surrounding DeltaTest::inspect() outputDan Davison
2021-12-12Allow calling process to be specified in DeltaTest builder methodsDan Davison
2021-12-12Refactor: factor out a helper function in DeltaTestDan Davison
2021-12-09Store raw_line in HunkZero, as HunkMinus and HunkPlusDan Davison
2021-12-07Add DeltaTest to speed up adding and fixing testsThomas Otto
2021-12-05Gracefully handle failure to parse hunk headerDan Davison
2021-12-05Display merge conflictsDan Davison
2021-12-05Refactor: paint_minus_and_plus_lines functionDan Davison
2021-12-05Handle combined diff formatDan Davison
2021-11-29Rename: FileMeta => DiffHeaderDan Davison
2021-11-28Do not fill entirely new/removed lines with non-emph styleDan Davison
2021-11-28Refactor: hunk style sections handlingDan Davison
2021-11-23New option to map raw styles encountered in inputDan Davison
2021-11-22Allow custom colors to be defined in gitconfig (#788)Dan Davison
2021-11-21Set is_emph explicitly on *-emph-stylesDan Davison
2021-11-17Use file-modified-label consistently.Wayne Davison
2021-11-10Remove +/- line prefix instead of substituting a spaceThomas Otto
2021-10-25Re-enable ANSI fill by equalizing panel sizesThomas Otto
2021-09-19Option to set the background extension mode to ANSI or spacesThomas Otto
2021-08-23More minimalistic display of submodule (short) diffs (#700)Dan Davison
2021-08-22662 submodule diffs (#699)Dan Davison
2021-08-21Refactor: use Option to model sometimes-null highlighter (#698)Dan Davison
2021-08-20Fix empty line highlighting (#642)Thomas Otto
2021-08-20Refactoring for #693 (#696)Dan Davison
2021-07-22Fix the empty result issue in add -p (#664)norisio
2021-07-10Clippy: don't nest module inside module with same nameDan Davison
2021-07-10Clippy: don't nest module inside module with same nameDan Davison
2021-06-25Fix filenames with spaces (#643)0.8.1Dan Davison
2021-05-25Add hyperlinks-commit-link-format option (#614)Dan Davison
2021-05-20Emit 'mode [-+]x' instead of full file permission bits (#607)Dan Davison
2021-05-20Emit description of file mode change (#605)Dan Davison
2021-04-23Deprecate --24-bit-color, replacing with --true-color (#571)Dan Davison