summaryrefslogtreecommitdiff
path: root/t/t4015-diff-whitespace.sh
AgeCommit message (Expand)AuthorFilesLines
2017-12-19Merge branch 'bw/submodule-config-cleanup'Libravatar Junio C Hamano1-0/+17
2017-12-06diff-tree: read the index so attribute checks work in bare repositoriesLibravatar Brandon Williams1-0/+17
2017-11-27Merge branch 'jc/ignore-cr-at-eol'Libravatar Junio C Hamano1-0/+28
2017-11-08diff: --ignore-cr-at-eolLibravatar Junio C Hamano1-0/+28
2017-10-21diff: fix whitespace-skipping with --color-movedLibravatar Jeff King1-0/+67
2017-10-21t4015: test the output of "diff --color-moved -b"Libravatar Jeff King1-9/+64
2017-10-21t4015: check "negative" case for "-w --color-moved"Libravatar Jeff King1-8/+18
2017-10-21t4015: refactor --color-moved whitespace testLibravatar Jeff King1-20/+29
2017-10-17Merge branch 'sb/diff-color-move'Libravatar Junio C Hamano1-0/+9
2017-10-16diff: fix infinite loop with --color-moved --ignore-space-changeLibravatar Jeff King1-0/+9
2017-10-11Merge branch 'sb/test-cmp-expect-actual'Libravatar Junio C Hamano1-2/+2
2017-10-07tests: fix diff order arguments in test_cmpLibravatar Stefan Beller1-2/+2
2017-10-04Merge branch 'jk/ui-color-always-to-auto-maint' into jk/ui-color-always-to-autoLibravatar Junio C Hamano1-14/+14
2017-10-04t4015: use --color with --color-movedLibravatar Jeff King1-13/+12
2017-10-04t4015: prefer --color to -c color.diff=alwaysLibravatar Jeff King1-14/+14
2017-08-16diff: define block by number of alphanumeric charsLibravatar Jonathan Tan1-69/+157
2017-08-16diff: respect MIN_BLOCK_LENGTH for last blockLibravatar Jonathan Tan1-0/+37
2017-06-30diff.c: add dimming to moved line detectionLibravatar Stefan Beller1-0/+124
2017-06-30diff.c: color moved lines differently, plain modeLibravatar Stefan Beller1-1/+50
2017-06-30diff.c: color moved lines differentlyLibravatar Stefan Beller1-0/+261
2016-10-04diff: introduce diff.wsErrorHighlight optionLibravatar Junio C Hamano1-0/+35
2016-10-04t4015: split out the "setup" part of ws-error-highlight testLibravatar Junio C Hamano1-18/+21
2015-05-26diff.c: --ws-error-highlight=<kind> optionLibravatar Junio C Hamano1-0/+96
2015-05-26t4015: separate common setup and per-test expectationLibravatar Junio C Hamano1-12/+13
2015-05-26t4015: modernise styleLibravatar Junio C Hamano1-238/+173
2013-11-04t4015: simplify sed command that is not even seen by sedLibravatar Junio C Hamano1-1/+0
2013-10-28Change sed i\ usage to something Solaris' sed can handleLibravatar Ben Walton1-2/+4
2013-06-19diff: add --ignore-blank-lines optionLibravatar Antoine Pelisse1-0/+345
2012-01-06xdiff: print post-image for common records instead of pre-imageLibravatar René Scharfe1-7/+7
2010-12-01Make the tab width used for whitespace checks configurableLibravatar Johannes Sixt1-0/+28
2010-11-24Merge branch 'en/and-cascade-tests'Libravatar Junio C Hamano1-1/+1
2010-11-09tests: add missing &&Libravatar Jonathan Nieder1-1/+1
2010-10-20diff: handle lines containing only whitespace and tabs betterLibravatar Kevin Ballard1-0/+37
2010-06-18Merge branch 'cc/maint-diff-CC-binary'Libravatar Junio C Hamano1-0/+37
2010-06-06diff: fix "git show -C -C" output when renaming a binary fileLibravatar Christian Couder1-0/+37
2010-04-04whitespace: tests for git-diff --check with tab-in-indent error classLibravatar Chris Webb1-0/+42
2009-11-20No diff -b/-w output for all-whitespace changesLibravatar Greg Bacon1-2/+12
2009-09-15Merge branch 'jc/maint-1.6.0-blank-at-eof' (early part) into jc/maint-blank-a...Libravatar Junio C Hamano1-2/+9
2009-09-04diff --whitespace=warn/error: fix blank-at-eof checkLibravatar Junio C Hamano1-0/+7
2009-09-04diff --whitespace=warn/error: obey blank-at-eofLibravatar Junio C Hamano1-2/+2
2009-01-21Merge branch 'kc/maint-diff-bwi-fix'Libravatar Junio C Hamano1-4/+4
2009-01-19Fix combined use of whitespace ignore options to diffLibravatar Keith Cascio1-4/+4
2009-01-19test more combinations of ignore-whitespace options to diffLibravatar Keith Cascio1-0/+27
2009-01-17test more combinations of ignore-whitespace options to diffLibravatar Keith Cascio1-0/+27
2008-08-24Merge branch 'maint' to sync with 1.6.0.1Libravatar Junio C Hamano1-0/+16
2008-08-23Respect core.autocrlf in combined diffLibravatar Alexander Gavrilov1-0/+16
2008-08-20Merge branch 'jc/test-deeper'Libravatar Junio C Hamano1-1/+1
2008-08-20diff --check: do not get confused by new blank lines in the middleLibravatar Junio C Hamano1-0/+11
2008-08-17tests: use $TEST_DIRECTORY to refer to the t/ directoryLibravatar Junio C Hamano1-1/+1
2008-07-13t/: Use "test_must_fail git" instead of "! git"Libravatar Stephan Beyer1-14/+14