summaryrefslogtreecommitdiff
path: root/t/t4015-diff-whitespace.sh
AgeCommit message (Expand)AuthorFilesLines
2022-01-05Merge branch 'pw/diff-color-moved-fix'Libravatar Junio C Hamano1-11/+194
2021-12-13t4000-t4999: detect and signal failure within loopLibravatar Eric Sunshine1-2/+2
2021-12-09diff --color-moved-ws=allow-indentation-change: improve hash lookupsLibravatar Phillip Wood1-11/+11
2021-12-09diff --color-moved: avoid false short line matches and bad zebra coloringLibravatar Phillip Wood1-0/+65
2021-12-09diff --color-moved=zebra: fix alternate coloringLibravatar Phillip Wood1-0/+72
2021-12-09diff --color-moved: rewind when discarding pmbLibravatar Phillip Wood1-0/+46
2021-02-12test libs: rename "diff-lib" to "lib-diff"Libravatar Ævar Arnfjörð Bjarmason1-1/+1
2020-12-18Merge branch 'jc/diff-I-status-fix'Libravatar Junio C Hamano1-0/+24
2020-12-16diff: correct interaction between --exit-code and -I<pattern>Libravatar Junio C Hamano1-0/+24
2020-11-19t4015: let the test pass with any default branch nameLibravatar Johannes Schindelin1-3/+3
2020-08-19diff: teach --stat to ignore uninteresting modificationsLibravatar Matthew Rogers1-2/+36
2019-12-25Merge branch 'rs/xdiff-ignore-ws-w-func-context'Libravatar Junio C Hamano1-0/+23
2019-12-19t4015: improve coverage of function context testLibravatar René Scharfe1-0/+23
2019-12-16Merge branch 'rs/xdiff-ignore-ws-w-func-context'Libravatar Junio C Hamano1-5/+1
2019-12-05xdiff: unignore changes in function contextLibravatar René Scharfe1-5/+1
2019-11-29t4015: use test_write_lines()Libravatar Denton Liu1-2/+2
2019-11-29t4015: stop losing return codes of git commandsLibravatar Denton Liu1-47/+72
2019-10-28t4015: abstract away SHA-1-specific constantsLibravatar brian m. carlson1-36/+53
2019-07-29Merge branch 'jk/xdiff-clamp-funcname-context-index'Libravatar Junio C Hamano1-0/+22
2019-07-23xdiff: clamp function context indices in post-imageLibravatar Jeff King1-0/+22
2019-01-29Merge branch 'pw/diff-color-moved-ws-fix'Libravatar Junio C Hamano1-3/+96
2019-01-10diff --color-moved-ws: handle blank linesLibravatar Phillip Wood1-4/+37
2019-01-10diff --color-moved-ws: modify allow-indentation-changeLibravatar Phillip Wood1-0/+56
2019-01-10diff --color-moved=zebra: be stricter with color alternationLibravatar Phillip Wood1-3/+3
2019-01-10diff --color-moved-ws: demonstrate false positivesLibravatar Phillip Wood1-2/+6
2018-11-14diff: align move detection error handling with other optionsLibravatar Stefan Beller1-0/+18
2018-08-27Merge branch 'sg/test-must-be-empty'Libravatar Junio C Hamano1-3/+1
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'Libravatar SZEDER Gábor1-3/+1
2018-08-20Merge branch 'ab/test-must-be-empty-for-master'Libravatar Junio C Hamano1-10/+7
2018-08-15Merge branch 'es/diff-color-moved-fix'Libravatar Junio C Hamano1-2/+2
2018-07-30tests: make use of the test_must_be_empty functionLibravatar Ævar Arnfjörð Bjarmason1-10/+7
2018-07-25diff: --color-moved: rename "dimmed_zebra" to "dimmed-zebra"Libravatar Eric Sunshine1-2/+2
2018-07-19diff.c: add white space mode to move detection that allows indent changesLibravatar Stefan Beller1-0/+88
2018-07-17diff.c: decouple white space treatment from move detection algorithmLibravatar Stefan Beller1-4/+58
2018-07-17diff.c: add a blocks mode for moved code detectionLibravatar Stefan Beller1-2/+47
2018-07-17t4015: avoid git as a pipe inputLibravatar Stefan Beller1-30/+20
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