summaryrefslogtreecommitdiffstats
path: root/t/t4020-diff-external.sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt2024-11-211-1/+0
* t: remove unneeded !SANITIZE_LEAK prerequisitesPatrick Steinhardt2024-11-211-2/+2
* diff: let external diffs report that changes are uninterestingRené Scharfe2024-06-101-10/+23
* t4020: test exit code with external diffsRené Scharfe2024-06-101-0/+53
* Merge branch 'rs/external-diff-with-exit-code'Junio C Hamano2024-05-161-8/+0
|\
| * Revert "diff: fix --exit-code with external diff"Junio C Hamano2024-05-161-8/+0
* | Merge branch 'rs/external-diff-with-exit-code'Junio C Hamano2024-05-151-0/+8
|\|
| * diff: fix --exit-code with external diffRené Scharfe2024-05-061-0/+8
* | t/t4*: avoid redundant uses of catBeat Bolli2024-03-161-1/+1
|/
* leak tests: don't skip some tests under SANITIZE=leakÆvar Arnfjörð Bjarmason2022-07-281-2/+2
* diff: use mks_tempfile_dt()René Scharfe2022-04-211-4/+4
* diff tests: don't ignore "git diff" exit code in "read" loopÆvar Arnfjörð Bjarmason2022-03-071-51/+53
* diff tests: don't ignore "git diff" exit codeÆvar Arnfjörð Bjarmason2022-03-071-27/+22
* leak tests: mark some diff tests as passing with SANITIZE=leakÆvar Arnfjörð Bjarmason2021-11-011-0/+1
* t4020: abstract away SHA-1-specific constantsbrian m. carlson2018-05-211-2/+8
* t: switch $_z40 to $ZERO_OIDbrian m. carlson2018-05-141-5/+5
* Merge branch 'tr/diff-submodule-no-reuse-worktree'Junio C Hamano2014-03-141-1/+29
|\
| * diff: do not reuse_worktree_file for submodulesThomas Rast2014-02-181-1/+29
* | difftool: display the number of files in the diff queue in the promptZoltan Klinger2013-12-061-0/+13
* | t: use perl instead of "$PERL_PATH" where applicableJeff King2013-10-291-1/+1
|/
* Merge branch 'jv/maint-no-ext-diff'Junio C Hamano2012-07-241-0/+59
|\
| * diff: test precedence of external diff driversJeff King2012-07-191-0/+40
| * diff: correctly disable external_diff with --no-ext-diffJunio C Hamano2012-07-181-0/+19
* | tests: enclose $PERL_PATH in double quotesJunio C Hamano2012-06-251-1/+1
* | t: Replace 'perl' by $PERL_PATHVincent van Ravesteijn2012-06-121-1/+1
|/
* test: use $_z40 from test-libJunio C Hamano2011-04-241-2/+0
* tests: use "$TEST_DIRECTORY" instead of ".."Jeff King2009-08-091-1/+1
* diff: generate pretty filenames in prep_temp_blob()David Aguilar2009-06-011-0/+9
* Merge branch 'jc/maint-1.6.0-diff-borrow-carefully'Junio C Hamano2009-03-281-0/+8
|\
| * diff --cached: do not borrow from a work tree when a path is marked as assume...Junio C Hamano2009-03-221-0/+8
* | Smudge the files fed to external diff and textconvJohannes Schindelin2009-03-221-0/+16
* | Bugfix: GIT_EXTERNAL_DIFF with more than one changed filesNazri Ramliy2009-02-121-0/+8
* | Merge branch 'maint'Junio C Hamano2008-11-261-0/+21
|\ \
| * | Teach "git diff" to honour --[no-]ext-diffJunio C Hamano2008-11-261-0/+21
| |/
* / tests: use $TEST_DIRECTORY to refer to the t/ directoryJunio C Hamano2008-08-171-1/+1
|/
* t4020: don't use grep -aJeff King2008-03-131-1/+2
* more tr portability test script fixesJeff King2008-03-131-1/+1
* the use of 'tr' in the test suite isn't really portableH.Merijn Brand2007-12-181-1/+1
* diff: honor binariness specified in attributesJunio C Hamano2007-07-071-0/+12
* Support 'diff=pgm' attributeJunio C Hamano2007-04-231-0/+97