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