Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-10-04 | diff: introduce diff.wsErrorHighlight option | Junio C Hamano | 1 | -0/+35 |
2016-10-04 | t4015: split out the "setup" part of ws-error-highlight test | Junio C Hamano | 1 | -18/+21 |
2015-05-26 | diff.c: --ws-error-highlight=<kind> option | Junio C Hamano | 1 | -0/+96 |
2015-05-26 | t4015: separate common setup and per-test expectation | Junio C Hamano | 1 | -12/+13 |
2015-05-26 | t4015: modernise style | Junio C Hamano | 1 | -238/+173 |
2013-11-04 | t4015: simplify sed command that is not even seen by sed | Junio C Hamano | 1 | -1/+0 |
2013-10-28 | Change sed i\ usage to something Solaris' sed can handle | Ben Walton | 1 | -2/+4 |
2013-06-19 | diff: add --ignore-blank-lines option | Antoine Pelisse | 1 | -0/+345 |
2012-01-06 | xdiff: print post-image for common records instead of pre-image | René Scharfe | 1 | -7/+7 |
2010-12-01 | Make the tab width used for whitespace checks configurable | Johannes Sixt | 1 | -0/+28 |
2010-11-24 | Merge branch 'en/and-cascade-tests' | Junio C Hamano | 1 | -1/+1 |
2010-11-09 | tests: add missing && | Jonathan Nieder | 1 | -1/+1 |
2010-10-20 | diff: handle lines containing only whitespace and tabs better | Kevin Ballard | 1 | -0/+37 |
2010-06-18 | Merge branch 'cc/maint-diff-CC-binary' | Junio C Hamano | 1 | -0/+37 |
2010-06-06 | diff: fix "git show -C -C" output when renaming a binary file | Christian Couder | 1 | -0/+37 |
2010-04-04 | whitespace: tests for git-diff --check with tab-in-indent error class | Chris Webb | 1 | -0/+42 |
2009-11-20 | No diff -b/-w output for all-whitespace changes | Greg Bacon | 1 | -2/+12 |
2009-09-15 | Merge branch 'jc/maint-1.6.0-blank-at-eof' (early part) into jc/maint-blank-a... | Junio C Hamano | 1 | -2/+9 |
2009-09-04 | diff --whitespace=warn/error: fix blank-at-eof check | Junio C Hamano | 1 | -0/+7 |