summaryrefslogtreecommitdiff
path: root/t/t4015-diff-whitespace.sh
AgeCommit message (Expand)Author
2020-12-18Merge branch 'jc/diff-I-status-fix'Junio C Hamano
2020-12-17diff: correct interaction between --exit-code and -I<pattern>Junio C Hamano
2020-11-19t4015: let the test pass with any default branch nameJohannes Schindelin
2020-08-20diff: teach --stat to ignore uninteresting modificationsMatthew Rogers
2019-12-25Merge branch 'rs/xdiff-ignore-ws-w-func-context'Junio C Hamano
2019-12-19t4015: improve coverage of function context testRené Scharfe
2019-12-16Merge branch 'rs/xdiff-ignore-ws-w-func-context'Junio C Hamano
2019-12-05xdiff: unignore changes in function contextRené Scharfe
2019-11-29t4015: use test_write_lines()Denton Liu
2019-11-29t4015: stop losing return codes of git commandsDenton Liu
2019-10-28t4015: abstract away SHA-1-specific constantsbrian m. carlson
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