aboutsummaryrefslogtreecommitdiffstats
path: root/t/t4020-diff-external.sh
AgeCommit message (Expand)AuthorFilesLines
4 daysMerge branch 'rs/external-diff-with-exit-code'Junio C Hamano1-8/+0
4 daysRevert "diff: fix --exit-code with external diff"Junio C Hamano1-8/+0
5 daysMerge branch 'rs/external-diff-with-exit-code'Junio C Hamano1-0/+8
2024-05-06diff: fix --exit-code with external diffRené Scharfe1-0/+8
2024-03-16t/t4*: avoid redundant uses of catBeat Bolli1-1/+1
2022-07-27leak tests: don't skip some tests under SANITIZE=leakÆvar Arnfjörð Bjarmason1-2/+2
2022-04-20diff: use mks_tempfile_dt()René Scharfe1-4/+4
2022-03-07diff tests: don't ignore "git diff" exit code in "read" loopÆvar Arnfjörð Bjarmason1-51/+53
2022-03-07diff tests: don't ignore "git diff" exit codeÆvar Arnfjörð Bjarmason1-27/+22
2021-11-01leak tests: mark some diff tests as passing with SANITIZE=leakÆvar Arnfjörð Bjarmason1-0/+1
2018-05-21t4020: abstract away SHA-1-specific constantsbrian m. carlson1-2/+8
2018-05-14t: switch $_z40 to $ZERO_OIDbrian m. carlson1-5/+5
2014-03-14Merge branch 'tr/diff-submodule-no-reuse-worktree'Junio C Hamano1-1/+29
2014-02-18diff: do not reuse_worktree_file for submodulesThomas Rast1-1/+29
2013-12-06difftool: display the number of files in the diff queue in the promptZoltan Klinger1-0/+13
2013-10-29t: use perl instead of "$PERL_PATH" where applicableJeff King1-1/+1
2012-07-23Merge branch 'jv/maint-no-ext-diff'Junio C Hamano1-0/+59
2012-07-19diff: test precedence of external diff driversJeff King1-0/+40
2012-07-17diff: correctly disable external_diff with --no-ext-diffJunio C Hamano1-0/+19
2012-06-24tests: enclose $PERL_PATH in double quotesJunio C Hamano1-1/+1
2012-06-12t: Replace 'perl' by $PERL_PATHVincent van Ravesteijn1-1/+1
2011-04-23test: use $_z40 from test-libJunio C Hamano1-2/+0
2009-08-09tests: use "$TEST_DIRECTORY" instead of ".."Jeff King1-1/+1
2009-05-31diff: generate pretty filenames in prep_temp_blob()David Aguilar1-0/+9
2009-03-28Merge branch 'jc/maint-1.6.0-diff-borrow-carefully'Junio C Hamano1-0/+8
2009-03-22diff --cached: do not borrow from a work tree when a path is marked as assume...Junio C Hamano1-0/+8
2009-03-22Smudge the files fed to external diff and textconvJohannes Schindelin1-0/+16
2009-02-12Bugfix: GIT_EXTERNAL_DIFF with more than one changed filesNazri Ramliy1-0/+8
2008-11-26Merge branch 'maint'Junio C Hamano1-0/+21
2008-11-26Teach "git diff" to honour --[no-]ext-diffJunio C Hamano1-0/+21
2008-08-17tests: use $TEST_DIRECTORY to refer to the t/ directoryJunio C Hamano1-1/+1
2008-03-13t4020: don't use grep -aJeff King1-1/+2
2008-03-13more tr portability test script fixesJeff King1-1/+1
2007-12-17the use of 'tr' in the test suite isn't really portableH.Merijn Brand1-1/+1
2007-07-07diff: honor binariness specified in attributesJunio C Hamano1-0/+12
2007-04-22Support 'diff=pgm' attributeJunio C Hamano1-0/+97