summaryrefslogtreecommitdiff
path: root/t/t4012-diff-binary.sh
AgeCommit message (Expand)Author
2018-07-03t: use test_might_fail() instead of manipulating exit code manuallyEric Sunshine
2016-08-11builtin/apply: make parse_single_patch() return -1 on errorChristian Couder
2014-04-30t4012-diff-binary.sh: use the $( ... ) construct for command substitutionElia Pinto
2012-08-27Fix tests under GETTEXT_POISON on git-applyJiang Xin
2012-07-16t4012: Use test_must_fail instead of if-elseAlexander Strasser
2012-07-16t4012: use 'printf' instead of 'dd' to generate a binary fileJohannes Sixt
2012-07-16t4012: Re-indent test snippetsAlexander Strasser
2012-07-16t4012: Make --shortstat test more robustAlexander Strasser
2012-07-16t4012: Break up pipe into serial redirectionsAlexander Strasser
2012-07-16t4012: Actually quote the sed scriptAlexander Strasser
2012-07-11t4012: Unquote git command fragment in test titleAlexander Strasser
2012-07-11t4012: modernize style for quotingAlexander Strasser
2012-06-15Merge branch 'as/diff-shortstat-ignore-binary'Junio C Hamano
2012-06-15diff: Only count lines in show_shortstatsAlexander Strasser
2012-04-30diff --stat: use less columns for change countsZbigniew Jędrzejewski-Szmek
2012-03-13test: use numstat instead of diffstat in binary-diff testJonathan Nieder
2012-03-13test: use test_i18ncmp when checking --stat outputJonathan Nieder
2011-07-19tests: cleanup binary test vector filesVitaliy Ivanov
2010-10-14rev-list: handle %x00 NUL in user formatJeff King
2010-01-26tests: consolidate CR removal/addition functionsStephen Boyd
2009-03-08MinGW: fix diff --no-index /dev/null ...Johannes Schindelin
2008-10-18t4012: use test_cmp instead of cmpJeff King
2008-10-06Merge branch 'maint'Shawn O. Pearce
2008-10-06fix bogus "diff --git" header from "diff --no-index"Linus Torvalds
2008-09-03Merge branch 'maint'Junio C Hamano
2008-09-03tests: use "git xyzzy" form (t3600 - t6999)Nanako Shiraishi
2008-08-17tests: use $TEST_DIRECTORY to refer to the t/ directoryJunio C Hamano
2007-07-03Rewrite "git-frotz" to "git frotz"Junio C Hamano
2006-05-26tests: Remove heredoc usage inside quotesEric Wong
2006-05-06binary diff and apply: testsuite.Junio C Hamano