aboutsummaryrefslogtreecommitdiffstats
path: root/t/t4015-diff-whitespace.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-08diff: ensure consistent diff behavior with ignore optionsLidong Yan1-6/+2
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
2024-06-24diff: allow --color-moved with --no-ext-diffRené Scharfe1-0/+9
2023-11-08Merge branch 'jc/test-i18ngrep'Junio C Hamano1-10/+10
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-10/+10
2023-08-30Merge branch 'jc/diff-exit-code-with-w-fixes'Junio C Hamano1-1/+38
2023-08-21diff: the -w option breaks --exit-code for --raw and other output modesJunio C Hamano1-2/+6
2023-08-18diff: teach "--stat -w --exit-code" to notice differencesJunio C Hamano1-1/+1
2023-08-18diff: mode-only change should be noticed by "--patch -w --exit-code"Junio C Hamano1-1/+34
2022-11-21tests: mark tests as passing with SANITIZE=leakÆvar Arnfjörð Bjarmason1-2/+2
2022-03-17diff.c: fix a double-free regression in a18d66cefbÆvar Arnfjörð Bjarmason1-2/+4
2022-03-17tests: demonstrate "show --word-diff --color-moved" regressionMichael J Gruber1-1/+7
2022-01-05Merge branch 'pw/diff-color-moved-fix'Junio C Hamano1-11/+194
2021-12-13t4000-t4999: detect and signal failure within loopEric Sunshine1-2/+2
2021-12-09diff --color-moved-ws=allow-indentation-change: improve hash lookupsPhillip Wood1-11/+11
2021-12-09diff --color-moved: avoid false short line matches and bad zebra coloringPhillip Wood1-0/+65
2021-12-09diff --color-moved=zebra: fix alternate coloringPhillip Wood1-0/+72
2021-12-09diff --color-moved: rewind when discarding pmbPhillip Wood1-0/+46
2021-02-12test libs: rename "diff-lib" to "lib-diff"Ævar Arnfjörð Bjarmason1-1/+1
2020-12-18Merge branch 'jc/diff-I-status-fix'Junio C Hamano1-0/+24
2020-12-16diff: correct interaction between --exit-code and -I<pattern>Junio C Hamano1-0/+24
2020-11-19t4015: let the test pass with any default branch nameJohannes Schindelin1-3/+3
2020-08-19diff: teach --stat to ignore uninteresting modificationsMatthew Rogers1-2/+36
2019-12-25Merge branch 'rs/xdiff-ignore-ws-w-func-context'Junio C Hamano1-0/+23
2019-12-19t4015: improve coverage of function context testRené Scharfe1-0/+23
2019-12-16Merge branch 'rs/xdiff-ignore-ws-w-func-context'Junio C Hamano1-5/+1
2019-12-05xdiff: unignore changes in function contextRené Scharfe1-5/+1
2019-11-29t4015: use test_write_lines()Denton Liu1-2/+2
2019-11-29t4015: stop losing return codes of git commandsDenton Liu1-47/+72
2019-10-28t4015: abstract away SHA-1-specific constantsbrian m. carlson1-36/+53
2019-07-29Merge branch 'jk/xdiff-clamp-funcname-context-index'Junio C Hamano1-0/+22
2019-07-23xdiff: clamp function context indices in post-imageJeff King1-0/+22
2019-01-29Merge branch 'pw/diff-color-moved-ws-fix'Junio C Hamano1-3/+96
2019-01-10diff --color-moved-ws: handle blank linesPhillip Wood1-4/+37
2019-01-10diff --color-moved-ws: modify allow-indentation-changePhillip Wood1-0/+56
2019-01-10diff --color-moved=zebra: be stricter with color alternationPhillip Wood1-3/+3
2019-01-10diff --color-moved-ws: demonstrate false positivesPhillip Wood1-2/+6
2018-11-14diff: align move detection error handling with other optionsStefan Beller1-0/+18
2018-08-27Merge branch 'sg/test-must-be-empty'Junio C Hamano1-3/+1
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor1-3/+1
2018-08-20Merge branch 'ab/test-must-be-empty-for-master'Junio C Hamano1-10/+7
2018-08-15Merge branch 'es/diff-color-moved-fix'Junio C Hamano1-2/+2
2018-07-30tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason1-10/+7
2018-07-25diff: --color-moved: rename "dimmed_zebra" to "dimmed-zebra"Eric Sunshine1-2/+2
2018-07-19diff.c: add white space mode to move detection that allows indent changesStefan Beller1-0/+88
2018-07-17diff.c: decouple white space treatment from move detection algorithmStefan Beller1-4/+58
2018-07-17diff.c: add a blocks mode for moved code detectionStefan Beller1-2/+47
2018-07-17t4015: avoid git as a pipe inputStefan Beller1-30/+20
2017-12-19Merge branch 'bw/submodule-config-cleanup'Junio C Hamano1-0/+17
2017-12-06diff-tree: read the index so attribute checks work in bare repositoriesBrandon Williams1-0/+17