summaryrefslogtreecommitdiff
path: root/t/t4015-diff-whitespace.sh
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | tests: fix diff order arguments in test_cmpsb/test-cmp-expect-actualStefan Beller2017-10-071-2/+2
* | | | Merge branch 'jk/ui-color-always-to-auto-maint' into jk/ui-color-always-to-autojk/ui-color-always-to-autoJunio C Hamano2017-10-041-14/+14
|\ \ \ \
| * | | | t4015: prefer --color to -c color.diff=alwaysJeff King2017-10-041-14/+14
| | |_|/ | |/| |
* | | | t4015: use --color with --color-movedJeff King2017-10-041-13/+12
| |/ / |/| |
* | | diff: define block by number of alphanumeric charsjt/diff-color-move-fixJonathan Tan2017-08-161-69/+157
* | | diff: respect MIN_BLOCK_LENGTH for last blockJonathan Tan2017-08-161-0/+37
| |/ |/|
* | diff.c: add dimming to moved line detectionStefan Beller2017-06-301-0/+124
* | diff.c: color moved lines differently, plain modeStefan Beller2017-06-301-1/+50
* | diff.c: color moved lines differentlyStefan Beller2017-06-301-0/+261
|/
* diff: introduce diff.wsErrorHighlight optionjc/ws-error-highlightJunio C Hamano2016-10-041-0/+35
* t4015: split out the "setup" part of ws-error-highlight testJunio C Hamano2016-10-041-18/+21
* diff.c: --ws-error-highlight=<kind> optionJunio C Hamano2015-05-261-0/+96
* t4015: separate common setup and per-test expectationJunio C Hamano2015-05-261-12/+13