aboutsummaryrefslogtreecommitdiffstats
path: root/t/t4103-apply-binary.sh
AgeCommit message (Expand)AuthorFilesLines
2024-04-22apply: plug a leak in apply_dataRubén Justo1-0/+1
2021-08-30Merge branch 'jk/apply-binary-hunk-parsing-fix'Junio C Hamano1-0/+23
2021-08-10apply: keep buffer/size pair in sync when parsing binary hunksJeff King1-0/+23
2020-11-19t4*: adjust the references to the default branch name "main"Johannes Schindelin1-19/+19
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2013-10-29t: use perl instead of "$PERL_PATH" where applicableJeff King1-2/+2
2012-09-07Merge branch 'jc/apply-binary-p0'Junio C Hamano1-21/+33
2012-08-24apply: compute patch->def_name correctly under -p0Junio C Hamano1-21/+33
2012-06-24tests: enclose $PERL_PATH in double quotesJunio C Hamano1-2/+2
2012-06-12t: Replace 'perl' by $PERL_PATHVincent van Ravesteijn1-2/+2
2010-11-24Merge branch 'en/and-cascade-tests'Junio C Hamano1-4/+4
2010-11-09tests: add missing &&Jonathan Nieder1-4/+4
2010-10-29apply: don't segfault on binary files with missing dataJeff King1-1/+26
2010-03-20Use test_expect_success for test setupsBrian Gernhardt1-17/+19
2008-09-03tests: use "git xyzzy" form (t3600 - t6999)Nanako Shiraishi1-13/+13
2008-07-13t/: Use "test_must_fail git" instead of "! git"Stephan Beyer1-8/+8
2008-03-13more tr portability test script fixesJeff King1-2/+2
2008-02-01Sane use of test_expect_failureJunio C Hamano1-32/+36
2007-12-17the use of 'tr' in the test suite isn't really portableH.Merijn Brand1-2/+2
2007-07-02Rewrite "git-frotz" to "git frotz"Junio C Hamano1-26/+26
2006-09-07Make apply --binary a no-op.Junio C Hamano1-2/+2
2006-07-28t4103: fix binary patch application test.Junio C Hamano1-2/+2
2005-12-19tests: make scripts executableJunio C Hamano1-0/+0
2005-11-16tests: binary diff application.Junio C Hamano1-10/+39
2005-11-16apply: allow-binary-replacement.Junio C Hamano1-0/+8
2005-11-16git-apply: fail if a patch cannot be applied.Junio C Hamano1-0/+78