summaryrefslogtreecommitdiffstats
path: root/src/tests
AgeCommit message (Expand)Author
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
2021-03-27Reorganize and add test for get_themesCatherine Noll
2021-01-08Prevent tests setting env vars from affecting other testsDan Davison
2020-12-31Add styles for file path and line number in hunk headerDan Davison
2020-12-29Hyperlink file and line number (#479)Dan Davison
2020-12-27Add tests of hunk-header-style special attributesDan Davison
2020-12-27Use special style attribute to control line-number in hunk-headerDan Davison
2020-12-27Fix testsDan Davison
2020-12-27Fix testsDan Davison
2020-12-26Add failing test of hunk header with file and no fragDan Davison
2020-12-26Strengthen testDan Davison
2020-12-19Add failing test of hunk-header-style 'file' attributeDan Davison
2020-12-08Make commit style to be colored with same structure while color_only #405 (#438)ulwlu
2020-12-08Make hunk header style to be colored with same structure while color_only #40...ulwlu
2020-12-08Make file style to be colored with same structure while color_only #405 (#436)ulwlu
2020-12-05Pass pre-painted prefix as OptionDan Davison
2020-12-05Pass pre-painted prefixDan Davison
2020-12-05Fix whitespace errors under keep-plus-minus-markers (#425)Dan Davison
2020-12-04Use .lines() instead of .split("\n")Dan Davison
2020-12-04Change color used in testDan Davison
2020-11-22Add failing test of copied file diffDan Davison
2020-11-22Fix diff interactivefilter when decoration option is enabled (#367)ulwlu
2020-11-20Remove debugging print statementDan Davison
2020-11-01Add test of keep-plus-minus-markers under inspect-raw-linesDan Davison
2020-10-05Refactor handle_hunk_header_line and should_handle (#333)ryuta69
2020-09-23Add identical test when color_only and line_numbers are enabled at same time ...ryuta69
2020-09-18Fix `git add -p` to work when any options enabled (#323)ryuta69
2020-09-17cargo fmtDan Davison
2020-08-14Use native ansi-parsing utilities instead of console crateDan Davison
2020-08-08Calculate line numbers correctly in raw/color-only mode (#272)Yoichi NAKAYAMA
2020-08-06Fix testsDan Davison
2020-08-02Set width in test for debugging convenienceDan Davison
2020-08-02Add test utilityDan Davison
2020-08-02Add failing test: duplicated header when file renamed with changesDan Davison
2020-08-01Initial implementation of color-moved supportDan Davison
2020-07-30Create ansi moduleDan Davison
2020-07-27Add failing test that diff -U0 output is unchanged (#263)Dan Davison
2020-07-15Refactor: unify test utility functionsDan Davison
2020-07-10Refactor: compute fill styles from line typeDan Davison
2020-07-08Refactor: line numbersDan Davison
2020-07-07Refactor: parse line-numbers format strings earlyDan Davison
2020-06-28Reinstate color-only as a feature that extends rawDan Davison
2020-06-28Rename option: color-only => rawDan Davison
2020-06-27Refactor: pass foreground & background defaults as a single StyleDan Davison