aboutsummaryrefslogtreecommitdiff
path: root/t/t4015-diff-whitespace.sh
Commit message (Expand)AuthorAge
* Merge branch 'bw/submodule-config-cleanup'Junio C Hamano2017-12-19
|\
| * diff-tree: read the index so attribute checks work in bare repositoriesBrandon Williams2017-12-06
* | Merge branch 'jc/ignore-cr-at-eol'Junio C Hamano2017-11-27
|\ \
| * | diff: --ignore-cr-at-eolJunio C Hamano2017-11-08
| |/
* | diff: fix whitespace-skipping with --color-movedJeff King2017-10-21
* | t4015: test the output of "diff --color-moved -b"Jeff King2017-10-21
* | t4015: check "negative" case for "-w --color-moved"Jeff King2017-10-21
* | t4015: refactor --color-moved whitespace testJeff King2017-10-21
* | Merge branch 'sb/diff-color-move'Junio C Hamano2017-10-17
|\ \
| * | diff: fix infinite loop with --color-moved --ignore-space-changeJeff King2017-10-16
* | | Merge branch 'sb/test-cmp-expect-actual'Junio C Hamano2017-10-11
|\ \ \
| * | | tests: fix diff order arguments in test_cmpStefan Beller2017-10-07
* | | | Merge branch 'jk/ui-color-always-to-auto-maint' into jk/ui-color-always-to-autoJunio C Hamano2017-10-04
|\ \ \ \
| * | | | t4015: prefer --color to -c color.diff=alwaysJeff King2017-10-04
| | |_|/ | |/| |
* | | | t4015: use --color with --color-movedJeff King2017-10-04
| |/ / |/| |
* | | diff: define block by number of alphanumeric charsJonathan Tan2017-08-16
* | | diff: respect MIN_BLOCK_LENGTH for last blockJonathan Tan2017-08-16
| |/ |/|
* | diff.c: add dimming to moved line detectionStefan Beller2017-06-30
* | diff.c: color moved lines differently, plain modeStefan Beller2017-06-30
* | diff.c: color moved lines differentlyStefan Beller2017-06-30
|/
* diff: introduce diff.wsErrorHighlight optionJunio C Hamano2016-10-04
* t4015: split out the "setup" part of ws-error-highlight testJunio C Hamano2016-10-04
* diff.c: --ws-error-highlight=<kind> optionJunio C Hamano2015-05-26
* t4015: separate common setup and per-test expectationJunio C Hamano2015-05-26
* t4015: modernise styleJunio C Hamano2015-05-26
* t4015: simplify sed command that is not even seen by sedJunio C Hamano2013-11-04
* Change sed i\ usage to something Solaris' sed can handleBen Walton2013-10-28
* diff: add --ignore-blank-lines optionAntoine Pelisse2013-06-19
* xdiff: print post-image for common records instead of pre-imageRené Scharfe2012-01-06
* Make the tab width used for whitespace checks configurableJohannes Sixt2010-12-01
* Merge branch 'en/and-cascade-tests'Junio C Hamano2010-11-24
|\
| * tests: add missing &&Jonathan Nieder2010-11-09
* | diff: handle lines containing only whitespace and tabs betterKevin Ballard2010-10-20
|/
* Merge branch 'cc/maint-diff-CC-binary'Junio C Hamano2010-06-18
|\
| * diff: fix "git show -C -C" output when renaming a binary fileChristian Couder2010-06-06
* | whitespace: tests for git-diff --check with tab-in-indent error classChris Webb2010-04-04
|/
* No diff -b/-w output for all-whitespace changesGreg Bacon2009-11-20
* Merge branch 'jc/maint-1.6.0-blank-at-eof' (early part) into jc/maint-blank-a...Junio C Hamano2009-09-15
|\
| * diff --whitespace=warn/error: fix blank-at-eof checkJunio C Hamano2009-09-04
| * diff --whitespace=warn/error: obey blank-at-eofJunio C Hamano2009-09-04
* | Merge branch 'kc/maint-diff-bwi-fix'Junio C Hamano2009-01-21
|\ \
| * | Fix combined use of whitespace ignore options to diffKeith Cascio2009-01-19
| * | test more combinations of ignore-whitespace options to diffKeith Cascio2009-01-19
| |/
* | test more combinations of ignore-whitespace options to diffKeith Cascio2009-01-17
* | Merge branch 'maint' to sync with 1.6.0.1Junio C Hamano2008-08-24
|\ \ | |/
| * Respect core.autocrlf in combined diffAlexander Gavrilov2008-08-23
* | Merge branch 'jc/test-deeper'Junio C Hamano2008-08-20
|\ \ | |/ |/|
| * tests: use $TEST_DIRECTORY to refer to the t/ directoryJunio C Hamano2008-08-17
* | diff --check: do not get confused by new blank lines in the middleJunio C Hamano2008-08-20
|/
* t/: Use "test_must_fail git" instead of "! git"Stephan Beyer2008-07-13