summaryrefslogtreecommitdiff
path: root/t/t4015-diff-whitespace.sh
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-04t4015: prefer --color to -c color.diff=alwaysLibravatar Jeff King1-14/+14
2017-08-16diff: define block by number of alphanumeric charsLibravatar Jonathan Tan1-69/+157
2017-08-16diff: respect MIN_BLOCK_LENGTH for last blockLibravatar Jonathan Tan1-0/+37
2017-06-30diff.c: add dimming to moved line detectionLibravatar Stefan Beller1-0/+124
2017-06-30diff.c: color moved lines differently, plain modeLibravatar Stefan Beller1-1/+50
2017-06-30diff.c: color moved lines differentlyLibravatar Stefan Beller1-0/+261
2016-10-04diff: introduce diff.wsErrorHighlight optionLibravatar Junio C Hamano1-0/+35
2016-10-04t4015: split out the "setup" part of ws-error-highlight testLibravatar Junio C Hamano1-18/+21
2015-05-26diff.c: --ws-error-highlight=<kind> optionLibravatar Junio C Hamano1-0/+96
2015-05-26t4015: separate common setup and per-test expectationLibravatar Junio C Hamano1-12/+13
2015-05-26t4015: modernise styleLibravatar Junio C Hamano1-238/+173