summaryrefslogtreecommitdiff
path: root/t/t4015-diff-whitespace.sh
AgeCommit message (Expand)Author
2013-11-04t4015: simplify sed command that is not even seen by sedJunio C Hamano
2013-10-28Change sed i\ usage to something Solaris' sed can handleBen Walton
2013-06-19diff: add --ignore-blank-lines optionAntoine Pelisse
2012-01-06xdiff: print post-image for common records instead of pre-imageRené Scharfe
2010-12-01Make the tab width used for whitespace checks configurableJohannes Sixt
2010-11-24Merge branch 'en/and-cascade-tests'Junio C Hamano
2010-11-09tests: add missing &&Jonathan Nieder
2010-10-20diff: handle lines containing only whitespace and tabs betterKevin Ballard
2010-06-18Merge branch 'cc/maint-diff-CC-binary'Junio C Hamano
2010-06-06diff: fix "git show -C -C" output when renaming a binary fileChristian Couder
2010-04-04whitespace: tests for git-diff --check with tab-in-indent error classChris Webb
2009-11-21No diff -b/-w output for all-whitespace changesGreg Bacon
2009-09-15Merge branch 'jc/maint-1.6.0-blank-at-eof' (early part) into jc/maint-blank-a...Junio C Hamano
2009-09-04diff --whitespace=warn/error: fix blank-at-eof checkJunio C Hamano
2009-09-04diff --whitespace=warn/error: obey blank-at-eofJunio C Hamano
2009-01-22Merge branch 'kc/maint-diff-bwi-fix'Junio C Hamano
2009-01-20Fix combined use of whitespace ignore options to diffKeith Cascio
2009-01-20test more combinations of ignore-whitespace options to diffKeith Cascio
2009-01-18test more combinations of ignore-whitespace options to diffKeith Cascio
2008-08-24Merge branch 'maint' to sync with 1.6.0.1Junio C Hamano
2008-08-24Respect core.autocrlf in combined diffAlexander Gavrilov
2008-08-21Merge branch 'jc/test-deeper'Junio C Hamano
2008-08-20diff --check: do not get confused by new blank lines in the middleJunio C Hamano
2008-08-17tests: use $TEST_DIRECTORY to refer to the t/ directoryJunio C Hamano
2008-07-13t/: Use "test_must_fail git" instead of "! git"Stephan Beyer
2008-06-27Teach "diff --check" about new blank lines at endJunio C Hamano
2008-06-14mask necessary whitespace policy violations in test scriptsJeff King
2008-05-24tests: do not use implicit "git diff --no-index"Junio C Hamano
2008-02-16diff: Fix miscounting of --check outputJunio C Hamano
2007-12-16whitespace: fix initial-indent checkingJ. Bruce Fields
2007-12-16whitespace: fix off-by-one error in non-space-in-indent checkingJ. Bruce Fields
2007-12-15Use shorter error messages for whitespace problemsWincent Colaiuta
2007-12-14Add tests for "git diff --check" with core.whitespace optionsWincent Colaiuta
2007-12-14Unify whitespace checkingWincent Colaiuta
2007-12-14diff --check: minor fixupsJunio C Hamano
2007-12-14"diff --check" should affect exit statusWincent Colaiuta
2007-12-12Fix "diff --check" whitespace detectionWincent Colaiuta
2007-07-03Rewrite "git-frotz" to "git frotz"Junio C Hamano
2007-03-04Get rid of the dependency to GNU diff in the testsJohannes Schindelin
2006-12-05diff -b: ignore whitespace at end of lineJohannes Schindelin
2006-10-13t4015: work-around here document problem on Cygwin.Junio C Hamano
2006-10-12diff: fix 2 whitespace issuesJohannes Schindelin