summaryrefslogtreecommitdiff
path: root/t/t4015-diff-whitespace.sh
Commit message (Expand)AuthorAgeFilesLines
* tests: mark tests as passing with SANITIZE=leakÆvar Arnfjörð Bjarmason2022-11-211-2/+2
* diff.c: fix a double-free regression in a18d66cefbÆvar Arnfjörð Bjarmason2022-03-171-2/+4
* tests: demonstrate "show --word-diff --color-moved" regressionMichael J Gruber2022-03-171-1/+7
* Merge branch 'pw/diff-color-moved-fix'Junio C Hamano2022-01-051-11/+194
|\
| * diff --color-moved-ws=allow-indentation-change: improve hash lookupsPhillip Wood2021-12-091-11/+11
| * diff --color-moved: avoid false short line matches and bad zebra coloringPhillip Wood2021-12-091-0/+65
| * diff --color-moved=zebra: fix alternate coloringPhillip Wood2021-12-091-0/+72
| * diff --color-moved: rewind when discarding pmbPhillip Wood2021-12-091-0/+46
* | t4000-t4999: detect and signal failure within loopEric Sunshine2021-12-131-2/+2
|/
* test libs: rename "diff-lib" to "lib-diff"Ævar Arnfjörð Bjarmason2021-02-121-1/+1
* Merge branch 'jc/diff-I-status-fix'Junio C Hamano2020-12-181-0/+24
|\
| * diff: correct interaction between --exit-code and -I<pattern>Junio C Hamano2020-12-161-0/+24
* | t4015: let the test pass with any default branch nameJohannes Schindelin2020-11-191-3/+3
* | diff: teach --stat to ignore uninteresting modificationsMatthew Rogers2020-08-191-2/+36
|/
* Merge branch 'rs/xdiff-ignore-ws-w-func-context'Junio C Hamano2019-12-251-0/+23
|\
| * t4015: improve coverage of function context testRené Scharfe2019-12-191-0/+23
* | Merge branch 'rs/xdiff-ignore-ws-w-func-context'Junio C Hamano2019-12-161-5/+1
|\ \ | |/
| * xdiff: unignore changes in function contextRené Scharfe2019-12-051-5/+1
* | t4015: use test_write_lines()Denton Liu2019-11-291-2/+2
* | t4015: stop losing return codes of git commandsDenton Liu2019-11-291-47/+72
* | t4015: abstract away SHA-1-specific constantsbrian m. carlson2019-10-281-36/+53
|/
* Merge branch 'jk/xdiff-clamp-funcname-context-index'Junio C Hamano2019-07-291-0/+22
|\
| * xdiff: clamp function context indices in post-imageJeff King2019-07-231-0/+22
* | Merge branch 'pw/diff-color-moved-ws-fix'Junio C Hamano2019-01-291-3/+96
|\ \
| * | diff --color-moved-ws: handle blank linesPhillip Wood2019-01-101-4/+37
| * | diff --color-moved-ws: modify allow-indentation-changePhillip Wood2019-01-101-0/+56
| * | diff --color-moved=zebra: be stricter with color alternationPhillip Wood2019-01-101-3/+3
| * | diff --color-moved-ws: demonstrate false positivesPhillip Wood2019-01-101-2/+6
| |/
* | diff: align move detection error handling with other optionsStefan Beller2018-11-141-0/+18
|/
* Merge branch 'sg/test-must-be-empty'Junio C Hamano2018-08-271-3/+1
|\
| * tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor2018-08-211-3/+1
* | Merge branch 'ab/test-must-be-empty-for-master'Junio C Hamano2018-08-201-10/+7
|\ \ | |/
| * tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason2018-07-301-10/+7
* | Merge branch 'es/diff-color-moved-fix'Junio C Hamano2018-08-151-2/+2
|\ \
| * | diff: --color-moved: rename "dimmed_zebra" to "dimmed-zebra"Eric Sunshine2018-07-251-2/+2
| |/
* | diff.c: add white space mode to move detection that allows indent changesStefan Beller2018-07-191-0/+88
* | diff.c: decouple white space treatment from move detection algorithmStefan Beller2018-07-171-4/+58
* | diff.c: add a blocks mode for moved code detectionStefan Beller2018-07-171-2/+47
* | t4015: avoid git as a pipe inputStefan Beller2018-07-171-30/+20
|/
* Merge branch 'bw/submodule-config-cleanup'Junio C Hamano2017-12-191-0/+17
|\
| * diff-tree: read the index so attribute checks work in bare repositoriesbw/submodule-config-cleanupBrandon Williams2017-12-061-0/+17
* | Merge branch 'jc/ignore-cr-at-eol'Junio C Hamano2017-11-271-0/+28
|\ \
| * | diff: --ignore-cr-at-eoljc/ignore-cr-at-eolJunio C Hamano2017-11-081-0/+28
| |/
* | diff: fix whitespace-skipping with --color-movedJeff King2017-10-211-0/+67
* | t4015: test the output of "diff --color-moved -b"Jeff King2017-10-211-9/+64
* | t4015: check "negative" case for "-w --color-moved"Jeff King2017-10-211-8/+18
* | t4015: refactor --color-moved whitespace testJeff King2017-10-211-20/+29
* | Merge branch 'sb/diff-color-move'Junio C Hamano2017-10-171-0/+9
|\ \
| * | diff: fix infinite loop with --color-moved --ignore-space-changesb/diff-color-moveJeff King2017-10-161-0/+9
* | | Merge branch 'sb/test-cmp-expect-actual'Junio C Hamano2017-10-111-2/+2
|\ \ \