Age | Commit message (Expand) | Author | Files | Lines |
2021-02-12 | test libs: rename "diff-lib" to "lib-diff" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2020-12-18 | Merge branch 'jc/diff-I-status-fix' | Junio C Hamano | 1 | -0/+24 |
2020-12-16 | diff: correct interaction between --exit-code and -I<pattern> | Junio C Hamano | 1 | -0/+24 |
2020-11-19 | t4015: let the test pass with any default branch name | Johannes Schindelin | 1 | -3/+3 |
2020-08-19 | diff: teach --stat to ignore uninteresting modifications | Matthew Rogers | 1 | -2/+36 |
2019-12-25 | Merge branch 'rs/xdiff-ignore-ws-w-func-context' | Junio C Hamano | 1 | -0/+23 |
2019-12-19 | t4015: improve coverage of function context test | René Scharfe | 1 | -0/+23 |
2019-12-16 | Merge branch 'rs/xdiff-ignore-ws-w-func-context' | Junio C Hamano | 1 | -5/+1 |
2019-12-05 | xdiff: unignore changes in function context | René Scharfe | 1 | -5/+1 |
2019-11-29 | t4015: use test_write_lines() | Denton Liu | 1 | -2/+2 |
2019-11-29 | t4015: stop losing return codes of git commands | Denton Liu | 1 | -47/+72 |
2019-10-28 | t4015: abstract away SHA-1-specific constants | brian m. carlson | 1 | -36/+53 |
2019-07-29 | Merge branch 'jk/xdiff-clamp-funcname-context-index' | Junio C Hamano | 1 | -0/+22 |
2019-07-23 | xdiff: clamp function context indices in post-image | Jeff King | 1 | -0/+22 |
2019-01-29 | Merge branch 'pw/diff-color-moved-ws-fix' | Junio C Hamano | 1 | -3/+96 |
2019-01-10 | diff --color-moved-ws: handle blank lines | Phillip Wood | 1 | -4/+37 |
2019-01-10 | diff --color-moved-ws: modify allow-indentation-change | Phillip Wood | 1 | -0/+56 |
2019-01-10 | diff --color-moved=zebra: be stricter with color alternation | Phillip Wood | 1 | -3/+3 |
2019-01-10 | diff --color-moved-ws: demonstrate false positives | Phillip Wood | 1 | -2/+6 |
2018-11-14 | diff: align move detection error handling with other options | Stefan Beller | 1 | -0/+18 |
2018-08-27 | Merge branch 'sg/test-must-be-empty' | Junio C Hamano | 1 | -3/+1 |
2018-08-21 | tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>' | SZEDER Gábor | 1 | -3/+1 |
2018-08-20 | Merge branch 'ab/test-must-be-empty-for-master' | Junio C Hamano | 1 | -10/+7 |
2018-08-15 | Merge branch 'es/diff-color-moved-fix' | Junio C Hamano | 1 | -2/+2 |
2018-07-30 | tests: make use of the test_must_be_empty function | Ævar Arnfjörð Bjarmason | 1 | -10/+7 |
2018-07-25 | diff: --color-moved: rename "dimmed_zebra" to "dimmed-zebra" | Eric Sunshine | 1 | -2/+2 |
2018-07-19 | diff.c: add white space mode to move detection that allows indent changes | Stefan Beller | 1 | -0/+88 |
2018-07-17 | diff.c: decouple white space treatment from move detection algorithm | Stefan Beller | 1 | -4/+58 |
2018-07-17 | diff.c: add a blocks mode for moved code detection | Stefan Beller | 1 | -2/+47 |
2018-07-17 | t4015: avoid git as a pipe input | Stefan Beller | 1 | -30/+20 |
2017-12-19 | Merge branch 'bw/submodule-config-cleanup' | Junio C Hamano | 1 | -0/+17 |
2017-12-06 | diff-tree: read the index so attribute checks work in bare repositories | Brandon Williams | 1 | -0/+17 |
2017-11-27 | Merge branch 'jc/ignore-cr-at-eol' | Junio C Hamano | 1 | -0/+28 |
2017-11-08 | diff: --ignore-cr-at-eol | Junio C Hamano | 1 | -0/+28 |
2017-10-21 | diff: fix whitespace-skipping with --color-moved | Jeff King | 1 | -0/+67 |
2017-10-21 | t4015: test the output of "diff --color-moved -b" | Jeff King | 1 | -9/+64 |
2017-10-21 | t4015: check "negative" case for "-w --color-moved" | Jeff King | 1 | -8/+18 |
2017-10-21 | t4015: refactor --color-moved whitespace test | Jeff King | 1 | -20/+29 |
2017-10-17 | Merge branch 'sb/diff-color-move' | Junio C Hamano | 1 | -0/+9 |
2017-10-16 | diff: fix infinite loop with --color-moved --ignore-space-change | Jeff King | 1 | -0/+9 |
2017-10-11 | Merge branch 'sb/test-cmp-expect-actual' | Junio C Hamano | 1 | -2/+2 |
2017-10-07 | tests: fix diff order arguments in test_cmp | Stefan Beller | 1 | -2/+2 |
2017-10-04 | Merge branch 'jk/ui-color-always-to-auto-maint' into jk/ui-color-always-to-auto | Junio C Hamano | 1 | -14/+14 |
2017-10-04 | t4015: use --color with --color-moved | Jeff King | 1 | -13/+12 |
2017-10-04 | t4015: prefer --color to -c color.diff=always | Jeff King | 1 | -14/+14 |
2017-08-16 | diff: define block by number of alphanumeric chars | Jonathan Tan | 1 | -69/+157 |
2017-08-16 | diff: respect MIN_BLOCK_LENGTH for last block | Jonathan Tan | 1 | -0/+37 |
2017-06-30 | diff.c: add dimming to moved line detection | Stefan Beller | 1 | -0/+124 |
2017-06-30 | diff.c: color moved lines differently, plain mode | Stefan Beller | 1 | -1/+50 |
2017-06-30 | diff.c: color moved lines differently | Stefan Beller | 1 | -0/+261 |