aboutsummaryrefslogtreecommitdiffstats
path: root/t/t4012-diff-binary.sh
AgeCommit message (Expand)AuthorFilesLines
2022-09-14diff.c: use utf8_strwidth() to count display widthTorsten Bögershausen1-7/+7
2022-01-03Merge branch 'es/test-chain-lint'Junio C Hamano1-1/+1
2021-12-13t4000-t4999: detect and signal failure within loopEric Sunshine1-1/+1
2021-11-01leak tests: mark some diff tests as passing with SANITIZE=leakÆvar Arnfjörð Bjarmason1-0/+1
2021-02-10tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason1-3/+3
2021-02-10tests: remove most uses of C_LOCALE_OUTPUTÆvar Arnfjörð Bjarmason1-2/+2
2018-07-03t: use test_might_fail() instead of manipulating exit code manuallyEric Sunshine1-4/+2
2016-08-11builtin/apply: make parse_single_patch() return -1 on errorChristian Couder1-2/+2
2014-04-30t4012-diff-binary.sh: use the $( ... ) construct for command substitutionElia Pinto1-8/+8
2012-08-27Fix tests under GETTEXT_POISON on git-applyJiang Xin1-2/+2
2012-07-16t4012: Use test_must_fail instead of if-elseAlexander Strasser1-14/+2
2012-07-16t4012: use 'printf' instead of 'dd' to generate a binary fileJohannes Sixt1-1/+1
2012-07-16t4012: Re-indent test snippetsAlexander Strasser1-34/+34
2012-07-16t4012: Make --shortstat test more robustAlexander Strasser1-2/+2
2012-07-16t4012: Break up pipe into serial redirectionsAlexander Strasser1-1/+2
2012-07-16t4012: Actually quote the sed scriptAlexander Strasser1-2/+2
2012-07-11t4012: Unquote git command fragment in test titleAlexander Strasser1-1/+1
2012-07-11t4012: modernize style for quotingAlexander Strasser1-15/+20
2012-06-15Merge branch 'as/diff-shortstat-ignore-binary'Junio C Hamano1-0/+12
2012-06-15diff: Only count lines in show_shortstatsAlexander Strasser1-0/+12
2012-04-30diff --stat: use less columns for change countsZbigniew Jędrzejewski-Szmek1-0/+19
2012-03-13test: use numstat instead of diffstat in binary-diff testJonathan Nieder1-6/+23
2012-03-13test: use test_i18ncmp when checking --stat outputJonathan Nieder1-2/+2
2011-07-19tests: cleanup binary test vector filesVitaliy Ivanov1-1/+1
2010-10-13rev-list: handle %x00 NUL in user formatJeff King1-4/+0
2010-01-25tests: consolidate CR removal/addition functionsStephen Boyd1-4/+0
2009-03-07MinGW: fix diff --no-index /dev/null ...Johannes Schindelin1-1/+1
2008-10-18t4012: use test_cmp instead of cmpJeff King1-2/+2
2008-10-06Merge branch 'maint'Shawn O. Pearce1-0/+21
2008-10-06fix bogus "diff --git" header from "diff --no-index"Linus Torvalds1-0/+21
2008-09-03Merge branch 'maint'Junio C Hamano1-2/+2
2008-09-03tests: use "git xyzzy" form (t3600 - t6999)Nanako Shiraishi1-2/+2
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-13/+13
2006-05-25tests: Remove heredoc usage inside quotesEric Wong1-11/+6
2006-05-06binary diff and apply: testsuite.Junio C Hamano1-0/+85