| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-24 | diff: send external diff output to diff_options.file | Jeff King | 1 | -0/+10 |
| 2025-04-07 | t: refactor tests depending on Perl transliteration operator | Patrick Steinhardt | 1 | -3/+3 |
| 2025-04-07 | t: introduce PERL_TEST_HELPERS prerequisite | Patrick Steinhardt | 1 | -2/+2 |
| 2024-11-21 | t: remove TEST_PASSES_SANITIZE_LEAK annotations | Patrick Steinhardt | 1 | -1/+0 |
| 2024-11-21 | t: remove unneeded !SANITIZE_LEAK prerequisites | Patrick Steinhardt | 1 | -2/+2 |
| 2024-06-10 | diff: let external diffs report that changes are uninteresting | René Scharfe | 1 | -10/+23 |
| 2024-06-10 | t4020: test exit code with external diffs | René Scharfe | 1 | -0/+53 |
| 2024-05-16 | Merge branch 'rs/external-diff-with-exit-code' | Junio C Hamano | 1 | -8/+0 |
| 2024-05-16 | Revert "diff: fix --exit-code with external diff" | Junio C Hamano | 1 | -8/+0 |
| 2024-05-15 | Merge branch 'rs/external-diff-with-exit-code' | Junio C Hamano | 1 | -0/+8 |
| 2024-05-06 | diff: fix --exit-code with external diff | René Scharfe | 1 | -0/+8 |
| 2024-03-16 | t/t4*: avoid redundant uses of cat | Beat Bolli | 1 | -1/+1 |
| 2022-07-27 | leak tests: don't skip some tests under SANITIZE=leak | Ævar Arnfjörð Bjarmason | 1 | -2/+2 |
| 2022-04-20 | diff: use mks_tempfile_dt() | René Scharfe | 1 | -4/+4 |
| 2022-03-07 | diff tests: don't ignore "git diff" exit code in "read" loop | Ævar Arnfjörð Bjarmason | 1 | -51/+53 |
| 2022-03-07 | diff tests: don't ignore "git diff" exit code | Ævar Arnfjörð Bjarmason | 1 | -27/+22 |
| 2021-11-01 | leak tests: mark some diff tests as passing with SANITIZE=leak | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
| 2018-05-21 | t4020: abstract away SHA-1-specific constants | brian m. carlson | 1 | -2/+8 |
| 2018-05-14 | t: switch $_z40 to $ZERO_OID | brian m. carlson | 1 | -5/+5 |
| 2014-03-14 | Merge branch 'tr/diff-submodule-no-reuse-worktree' | Junio C Hamano | 1 | -1/+29 |
| 2014-02-18 | diff: do not reuse_worktree_file for submodules | Thomas Rast | 1 | -1/+29 |
| 2013-12-06 | difftool: display the number of files in the diff queue in the prompt | Zoltan Klinger | 1 | -0/+13 |
| 2013-10-29 | t: use perl instead of "$PERL_PATH" where applicable | Jeff King | 1 | -1/+1 |
| 2012-07-23 | Merge branch 'jv/maint-no-ext-diff' | Junio C Hamano | 1 | -0/+59 |
| 2012-07-19 | diff: test precedence of external diff drivers | Jeff King | 1 | -0/+40 |
| 2012-07-17 | diff: correctly disable external_diff with --no-ext-diff | Junio C Hamano | 1 | -0/+19 |
| 2012-06-24 | tests: enclose $PERL_PATH in double quotes | Junio C Hamano | 1 | -1/+1 |
| 2012-06-12 | t: Replace 'perl' by $PERL_PATH | Vincent van Ravesteijn | 1 | -1/+1 |
| 2011-04-23 | test: use $_z40 from test-lib | Junio C Hamano | 1 | -2/+0 |
| 2009-08-09 | tests: use "$TEST_DIRECTORY" instead of ".." | Jeff King | 1 | -1/+1 |
| 2009-05-31 | diff: generate pretty filenames in prep_temp_blob() | David Aguilar | 1 | -0/+9 |
| 2009-03-28 | Merge branch 'jc/maint-1.6.0-diff-borrow-carefully' | Junio C Hamano | 1 | -0/+8 |
| 2009-03-22 | diff --cached: do not borrow from a work tree when a path is marked as assume... | Junio C Hamano | 1 | -0/+8 |
| 2009-03-22 | Smudge the files fed to external diff and textconv | Johannes Schindelin | 1 | -0/+16 |
| 2009-02-12 | Bugfix: GIT_EXTERNAL_DIFF with more than one changed files | Nazri Ramliy | 1 | -0/+8 |
| 2008-11-26 | Merge branch 'maint' | Junio C Hamano | 1 | -0/+21 |
| 2008-11-26 | Teach "git diff" to honour --[no-]ext-diff | Junio C Hamano | 1 | -0/+21 |
| 2008-08-17 | tests: use $TEST_DIRECTORY to refer to the t/ directory | Junio C Hamano | 1 | -1/+1 |
| 2008-03-13 | t4020: don't use grep -a | Jeff King | 1 | -1/+2 |
| 2008-03-13 | more tr portability test script fixes | Jeff King | 1 | -1/+1 |
| 2007-12-17 | the use of 'tr' in the test suite isn't really portable | H.Merijn Brand | 1 | -1/+1 |
| 2007-07-07 | diff: honor binariness specified in attributes | Junio C Hamano | 1 | -0/+12 |
| 2007-04-22 | Support 'diff=pgm' attribute | Junio C Hamano | 1 | -0/+97 |