aboutsummaryrefslogtreecommitdiffstats
path: root/t/t4124-apply-ws-rule.sh
AgeCommit message (Expand)AuthorFilesLines
2021-12-13t4000-t4999: detect and signal failure within loopEric Sunshine1-2/+2
2021-12-13tests: fix broken &&-chains in `{...}` groupsEric Sunshine1-1/+1
2021-12-13tests: use test_write_lines() to generate line-oriented outputEric Sunshine1-28/+28
2020-03-26t4124: tweak test so that non-compliant diff(1) can also be usedĐoàn Trần Công Danh1-0/+7
2020-01-27t4124: only mark git command with test_must_failDenton Liu1-2/+8
2018-10-07t/*: fix ordering of expected/observed argumentsMatthew DeVore1-15/+15
2018-08-21tests: use 'test_must_be_empty' instead of '! test -s'SZEDER Gábor1-1/+1
2017-08-19apply: file commited with CRLF should roundtrip diff and applyTorsten Bögershausen1-6/+27
2015-03-20t: use test_must_fail instead of hand-rolled blocksJeff King1-3/+2
2014-08-07apply: omit ws check for excluded pathsJunio C Hamano1-0/+11
2013-04-12Sync with 'maint'Junio C Hamano1-1/+1
2013-04-12Correct common spelling mistakes in comments and testsStefano Lattarini1-1/+1
2013-03-22apply --whitespace=fix: avoid running over the postimage bufferJunio C Hamano1-0/+26
2010-12-01Make the tab width used for whitespace checks configurableJohannes Sixt1-6/+17
2010-12-01Merge branch 'js/maint-apply-tab-in-indent-fix' into HEADJunio C Hamano1-0/+28
2010-12-01apply --whitespace=fix: fix tab-in-indentJohannes Sixt1-0/+28
2010-11-09t4124 (apply --whitespace): use test_might_failJonathan Nieder1-3/+2
2010-11-09tests: add missing &&, batch 2Jonathan Nieder1-3/+3
2010-06-21Merge branch 'gv/portable'Junio C Hamano1-5/+5
2010-05-31tests: use "test_cmp", not "diff", when verifying the resultGary V. Vaughan1-5/+5
2010-05-08Merge branch 'bg/apply-blank-trailing-context'Junio C Hamano1-0/+12
2010-04-07apply: Allow blank *trailing* context lines to match beyond EOFBjörn Gustavsson1-0/+12
2010-04-04whitespace: tests for git-apply --whitespace=fix with tab-in-indentChris Webb1-24/+29
2010-03-06t4124: Add additional tests of --whitespace=fixBjörn Gustavsson1-0/+170
2009-09-15Merge branch 'jc/maint-1.6.0-blank-at-eof' (early part) into jc/maint-blank-a...Junio C Hamano1-0/+91
2009-09-04apply --whitespace: warn blank but not necessarily empty lines at EOFJunio C Hamano1-0/+13
2009-09-04apply --whitespace=warn/error: diagnose blank at EOFJunio C Hamano1-0/+26
2009-09-04apply --whitespace=fix: detect new blank lines at eof correctlyJunio C Hamano1-0/+24
2009-09-04apply --whitespace=fix: fix handling of blank lines at the eofJunio C Hamano1-0/+29
2009-07-25Fix severe breakage in "git-apply --whitespace=fix"Junio C Hamano1-3/+7
2009-07-22Trailing whitespace and no newline fixSZEDER Gábor1-0/+18
2008-09-03tests: use "git xyzzy" form (t3600 - t6999)Nanako Shiraishi1-1/+1
2007-12-06Use gitattributes to define per-path whitespace ruleJunio C Hamano1-1/+19
2007-11-24builtin-apply: teach whitespace_rulesJunio C Hamano1-0/+133