summaryrefslogtreecommitdiff
path: root/t/t4015-diff-whitespace.sh
AgeCommit message (Expand)Author
2019-07-29Merge branch 'jk/xdiff-clamp-funcname-context-index'Junio C Hamano
2019-07-23xdiff: clamp function context indices in post-imageJeff King
2019-01-29Merge branch 'pw/diff-color-moved-ws-fix'Junio C Hamano
2019-01-10diff --color-moved-ws: handle blank linesPhillip Wood
2019-01-10diff --color-moved-ws: modify allow-indentation-changePhillip Wood
2019-01-10diff --color-moved=zebra: be stricter with color alternationPhillip Wood
2019-01-10diff --color-moved-ws: demonstrate false positivesPhillip Wood
2018-11-14diff: align move detection error handling with other optionsStefan Beller
2018-08-27Merge branch 'sg/test-must-be-empty'Junio C Hamano
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor
2018-08-20Merge branch 'ab/test-must-be-empty-for-master'Junio C Hamano
2018-08-15Merge branch 'es/diff-color-moved-fix'Junio C Hamano
2018-07-30tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason
2018-07-25diff: --color-moved: rename "dimmed_zebra" to "dimmed-zebra"Eric Sunshine
2018-07-19diff.c: add white space mode to move detection that allows indent changesStefan Beller
2018-07-17diff.c: decouple white space treatment from move detection algorithmStefan Beller
2018-07-17diff.c: add a blocks mode for moved code detectionStefan Beller
2018-07-17t4015: avoid git as a pipe inputStefan Beller
2017-12-19Merge branch 'bw/submodule-config-cleanup'Junio C Hamano
2017-12-06diff-tree: read the index so attribute checks work in bare repositoriesBrandon Williams
2017-11-27Merge branch 'jc/ignore-cr-at-eol'Junio C Hamano
2017-11-08diff: --ignore-cr-at-eolJunio C Hamano
2017-10-21diff: fix whitespace-skipping with --color-movedJeff King
2017-10-21t4015: test the output of "diff --color-moved -b"Jeff King
2017-10-21t4015: check "negative" case for "-w --color-moved"Jeff King
2017-10-21t4015: refactor --color-moved whitespace testJeff King
2017-10-17Merge branch 'sb/diff-color-move'Junio C Hamano
2017-10-16diff: fix infinite loop with --color-moved --ignore-space-changeJeff King
2017-10-11Merge branch 'sb/test-cmp-expect-actual'Junio C Hamano
2017-10-07tests: fix diff order arguments in test_cmpStefan Beller
2017-10-04Merge branch 'jk/ui-color-always-to-auto-maint' into jk/ui-color-always-to-autoJunio C Hamano
2017-10-04t4015: use --color with --color-movedJeff King
2017-10-04t4015: prefer --color to -c color.diff=alwaysJeff King
2017-08-16diff: define block by number of alphanumeric charsJonathan Tan
2017-08-16diff: respect MIN_BLOCK_LENGTH for last blockJonathan Tan
2017-06-30diff.c: add dimming to moved line detectionStefan Beller
2017-06-30diff.c: color moved lines differently, plain modeStefan Beller
2017-06-30diff.c: color moved lines differentlyStefan Beller
2016-10-04diff: introduce diff.wsErrorHighlight optionJunio C Hamano
2016-10-04t4015: split out the "setup" part of ws-error-highlight testJunio C Hamano
2015-05-27diff.c: --ws-error-highlight=<kind> optionJunio C Hamano
2015-05-26t4015: separate common setup and per-test expectationJunio C Hamano
2015-05-26t4015: modernise styleJunio C Hamano
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