aboutsummaryrefslogtreecommitdiffstats
path: root/t/t4011-diff-symlink.sh
AgeCommit message (Expand)AuthorFilesLines
2024-04-05t: local VAR="VAL" (quote command substitution)Junio C Hamano1-2/+2
2021-11-01leak tests: mark some diff tests as passing with SANITIZE=leakÆvar Arnfjörð Bjarmason1-0/+2
2021-02-12test libs: rename "diff-lib" to "lib-diff"Ævar Arnfjörð Bjarmason1-1/+1
2019-10-28t4011: abstract away SHA-1-specific constantsbrian m. carlson1-12/+28
2018-08-21tests: use 'test_must_be_empty' instead of '! test -s'SZEDER Gábor1-1/+1
2018-05-29diff: turn --ita-invisible-in-index on by defaultNguyễn Thái Ngọc Duy1-4/+6
2018-03-27t/helper: merge test-chmtime into test-toolNguyễn Thái Ngọc Duy1-1/+1
2015-06-23Revert "diff-lib.c: adjust position of i-t-a entries in diff"Junio C Hamano1-6/+4
2015-03-23diff-lib.c: adjust position of i-t-a entries in diffNguyễn Thái Ngọc Duy1-4/+6
2013-06-07t4011: remove SYMLINKS prerequisiteJohannes Sixt1-10/+25
2012-03-01diff -p: squelch "diff --git" header for stat-dirty pathsJunio C Hamano1-4/+1
2012-03-01t4011: illustrate "diff-index -p" on stat-dirty pathsJunio C Hamano1-7/+39
2012-03-01t4011: modernise styleJunio C Hamano1-86/+82
2010-11-17Merge branch 'jk/no-textconv-symlink'Junio C Hamano1-0/+26
2010-09-23diff: don't use pathname-based diff drivers for symlinksJeff King1-0/+26
2010-08-18tests: implicitly skip SYMLINKS tests using <prereq>Ævar Arnfjörð Bjarmason1-12/+6
2010-06-25tests: Skip tests in a way that makes sense under TAPÆvar Arnfjörð Bjarmason1-1/+1
2010-04-06war on "sleep" in testsJunio C Hamano1-3/+2
2009-04-05tests: remove exit after test_done callJeff King1-1/+0
2009-03-22Use prerequisite tags to skip tests that depend on symbolic linksJohannes Sixt1-0/+7
2009-01-30Fix 'git diff --no-index' with a non-existing symlink targetJohannes Schindelin1-0/+7
2008-08-17tests: use $TEST_DIRECTORY to refer to the t/ directoryJunio C Hamano1-1/+1
2007-07-02Rewrite "git-frotz" to "git frotz"Junio C Hamano1-10/+10
2006-01-21t4011: "sleep 1" is not enough on FATJunio C Hamano1-1/+1
2005-12-26Handle symlinks graciouslyJohannes Schindelin1-0/+85