summaryrefslogtreecommitdiff
path: root/t/t4124-apply-ws-rule.sh
Commit message (Expand)AuthorAgeFilesLines
* t4000-t4999: detect and signal failure within loopEric Sunshine2021-12-131-2/+2
* tests: fix broken &&-chains in `{...}` groupsEric Sunshine2021-12-131-1/+1
* tests: use test_write_lines() to generate line-oriented outputEric Sunshine2021-12-131-28/+28
* t4124: tweak test so that non-compliant diff(1) can also be usedĐoàn Trần Công Danh2020-03-261-0/+7
* t4124: only mark git command with test_must_failDenton Liu2020-01-271-2/+8
* t/*: fix ordering of expected/observed argumentsMatthew DeVore2018-10-071-15/+15
* tests: use 'test_must_be_empty' instead of '! test -s'SZEDER Gábor2018-08-211-1/+1
* apply: file commited with CRLF should roundtrip diff and applytb/apply-with-crlfTorsten Bögershausen2017-08-191-6/+27
* t: use test_must_fail instead of hand-rolled blocksJeff King2015-03-201-3/+2
* apply: omit ws check for excluded pathsjc/apply-ws-prefixJunio C Hamano2014-08-071-0/+11
* Sync with 'maint'Junio C Hamano2013-04-121-1/+1
|\
| * Correct common spelling mistakes in comments and testsStefano Lattarini2013-04-121-1/+1
* | apply --whitespace=fix: avoid running over the postimage bufferJunio C Hamano2013-03-221-0/+26
|/
* Make the tab width used for whitespace checks configurableJohannes Sixt2010-12-011-6/+17
* Merge branch 'js/maint-apply-tab-in-indent-fix' into HEADJunio C Hamano2010-12-011-0/+28
|\
| * apply --whitespace=fix: fix tab-in-indentJohannes Sixt2010-12-011-0/+28
* | t4124 (apply --whitespace): use test_might_failJonathan Nieder2010-11-091-3/+2
* | tests: add missing &&, batch 2Jonathan Nieder2010-11-091-3/+3
* | Merge branch 'gv/portable'Junio C Hamano2010-06-211-5/+5
|\ \
| * | tests: use "test_cmp", not "diff", when verifying the resultGary V. Vaughan2010-05-311-5/+5
* | | Merge branch 'bg/apply-blank-trailing-context'Junio C Hamano2010-05-081-0/+12
|\ \ \ | |_|/ |/| |
| * | apply: Allow blank *trailing* context lines to match beyond EOFBjörn Gustavsson2010-04-071-0/+12
| |/
* | whitespace: tests for git-apply --whitespace=fix with tab-in-indentChris Webb2010-04-041-24/+29
|/
* t4124: Add additional tests of --whitespace=fixBjörn Gustavsson2010-03-061-0/+170
* Merge branch 'jc/maint-1.6.0-blank-at-eof' (early part) into jc/maint-blank-a...Junio C Hamano2009-09-151-0/+91
|\
| * apply --whitespace: warn blank but not necessarily empty lines at EOFJunio C Hamano2009-09-041-0/+13
| * apply --whitespace=warn/error: diagnose blank at EOFJunio C Hamano2009-09-041-0/+26
| * apply --whitespace=fix: detect new blank lines at eof correctlyJunio C Hamano2009-09-041-0/+24
| * apply --whitespace=fix: fix handling of blank lines at the eofJunio C Hamano2009-09-041-0/+29
* | Fix severe breakage in "git-apply --whitespace=fix"Junio C Hamano2009-07-251-3/+7
* | Trailing whitespace and no newline fixSZEDER Gábor2009-07-221-0/+18
|/
* tests: use "git xyzzy" form (t3600 - t6999)Nanako Shiraishi2008-09-031-1/+1
* Use gitattributes to define per-path whitespace ruleJunio C Hamano2007-12-061-1/+19
* builtin-apply: teach whitespace_rulesJunio C Hamano2007-11-241-0/+133