summaryrefslogtreecommitdiff
path: root/src/tests
AgeCommit message (Expand)Author
2025-08-03Styled zero lines fixmainThomas Otto
2024-07-22Add --max-syntax-highlighting-length, set to 400Thomas Otto
2024-07-09Make relative-paths work with binary filesThomas Otto
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-04Repair --default-language, and highlight using full filename (#1549)Thomas Otto
2024-03-16Honor default-language option (#1655)Pawel Dominiak
2024-03-12Preserve "Binary files" line in color_only mode (#1649)Pawel Dominiak
2024-03-02Fix headers of modified binary files, closes #1621 (#1629)Paul
2024-02-19Accept clippy suggestions (#1632)Dan Davison
2023-11-20Make hunk header code fragment display optional (#1568)Zack Cerza
2023-08-05Improve binary file added output (#1502)Sondeyy
2023-06-02Increase number of characters shown in submodule hashesDan Davison
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)Dan 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