summaryrefslogtreecommitdiff
path: root/t/t0008-ignores.sh
Commit message (Expand)AuthorAgeFilesLines
* check-ignore: fix documentation and implementation to matchElijah Newren2020-02-181-16/+23
* tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason2018-07-301-6/+3
* Merge branch 'as/ll-i18n'Junio C Hamano2018-02-271-1/+1
|\
| * Mark messages for translationsas/ll-i18nAlexander Shopov2018-02-131-1/+1
* | check-ignore: fix mix of directories and other file typesrs/check-ignore-multiRené Scharfe2018-02-121-0/+20
|/
* Merge branch 'va/i18n-even-more'Junio C Hamano2016-07-131-2/+2
|\
| * tests: use test_i18n* functions to suppress false positivesVasco Almeida2016-06-171-2/+2
* | t0008: 4 tests fail with ksh88ak/t0008-ksh88-workaroundArmin Kunaschik2016-05-201-2/+2
|/
* t0008: avoid absolute pathPat Thoyts2016-01-281-1/+1
* Merge branch 'jc/gitignore-precedence'Junio C Hamano2015-05-191-0/+10
|\
| * ignore: info/exclude should trump core.excludesfilejc/gitignore-precedenceJunio C Hamano2015-04-221-0/+10
* | test prerequisites: eradicate NOT_FOOJunio C Hamano2014-07-211-1/+1
* | t0008: do not depend on 'echo' handling backslashes speciallypb/trim-trailing-spacesJunio C Hamano2014-06-131-6/+8
* | dir.c:trim_trailing_spaces(): fix for " \ " sequencePasha Bolokhov2014-06-021-0/+23
* | t0008: skip trailing space test on WindowsJohannes Sixt2014-03-111-1/+1
* | dir: ignore trailing spaces in exclude patternsNguyễn Thái Ngọc Duy2014-02-101-4/+4
* | dir: warn about trailing spaces in exclude patternsNguyễn Thái Ngọc Duy2014-02-101-0/+31
|/
* Avoid difference in tr semantics between System V and BSDBen Walton2013-10-301-12/+18
* Merge branch 'dw/check-ignore-sans-index'Junio C Hamano2013-09-201-9/+63
|\
| * check-ignore: Add option to ignore index contentsdw/check-ignore-sans-indexDave Williams2013-09-121-9/+63
* | Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-091-4/+4
|\ \ | |/ |/|
| * check-ignore: convert to use parse_pathspecNguyễn Thái Ngọc Duy2013-07-151-4/+4
* | t0008: avoid SIGPIPE race condition on fifojk/t0008-sigpipe-fixJeff King2013-07-121-2/+10
|/
* t0008: use named pipe (FIFO) to test check-ignore streamingAdam Spiers2013-04-291-21/+17
* check-ignore: allow incremental streaming of queries via --stdinAdam Spiers2013-04-111-5/+23
* check-ignore: add -n / --non-matching optionAdam Spiers2013-04-111-32/+90
* t0008: remove duplicated test fixture dataAdam Spiers2013-04-111-15/+1
* name-hash: allow hashing an empty stringJunio C Hamano2013-02-191-0/+5
* t0008: document test_expect_success_multiAdam Spiers2013-02-191-0/+10
* t0008: avoid brace expansionRené Scharfe2013-01-101-2/+7
* add git-check-ignore sub-commandAdam Spiers2013-01-061-0/+632