aboutsummaryrefslogtreecommitdiffstats
path: root/t/t0008-ignores.sh
AgeCommit message (Expand)AuthorFilesLines
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-2/+2
2022-06-06tests: don't assume a .git/info for .git/info/excludeÆvar Arnfjörð Bjarmason1-0/+2
2022-06-06t0008: don't rely on default ".git/info/exclude"Ævar Arnfjörð Bjarmason1-5/+5
2021-12-13t0000-t3999: detect and signal failure within loopEric Sunshine1-1/+1
2021-11-22Merge branch 'ds/add-rm-with-sparse-index'Junio C Hamano1-0/+17
2021-11-22dir: revert "dir: select directories correctly"Derrick Stolee1-0/+17
2021-11-03Merge branch 'ds/add-rm-with-sparse-index'Junio C Hamano1-0/+26
2021-11-03dir: fix directory-matching bugDerrick Stolee1-0/+26
2021-10-12leak tests: run various built-in tests in t00*.sh SANITIZE=leakÆvar Arnfjörð Bjarmason1-0/+1
2021-03-22Merge branch 'jk/open-dotgitx-with-nofollow'Junio C Hamano1-0/+34
2021-02-16exclude: do not respect symlinks for in-tree .gitignoreJeff King1-0/+34
2021-02-10tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason1-1/+1
2020-02-18check-ignore: fix documentation and implementation to matchElijah Newren1-16/+23
2018-07-30tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason1-6/+3
2018-02-27Merge branch 'as/ll-i18n'Junio C Hamano1-1/+1
2018-02-13Mark messages for translationsAlexander Shopov1-1/+1
2018-02-12check-ignore: fix mix of directories and other file typesRené Scharfe1-0/+20
2016-07-13Merge branch 'va/i18n-even-more'Junio C Hamano1-2/+2
2016-06-17tests: use test_i18n* functions to suppress false positivesVasco Almeida1-2/+2
2016-05-20t0008: 4 tests fail with ksh88Armin Kunaschik1-2/+2
2016-01-28t0008: avoid absolute pathPat Thoyts1-1/+1
2015-05-19Merge branch 'jc/gitignore-precedence'Junio C Hamano1-0/+10
2015-04-22ignore: info/exclude should trump core.excludesfileJunio C Hamano1-0/+10
2014-07-21test prerequisites: eradicate NOT_FOOJunio C Hamano1-1/+1
2014-06-13t0008: do not depend on 'echo' handling backslashes speciallyJunio C Hamano1-6/+8
2014-06-02dir.c:trim_trailing_spaces(): fix for " \ " sequencePasha Bolokhov1-0/+23
2014-03-11t0008: skip trailing space test on WindowsJohannes Sixt1-1/+1
2014-02-10dir: ignore trailing spaces in exclude patternsNguyễn Thái Ngọc Duy1-4/+4
2014-02-10dir: warn about trailing spaces in exclude patternsNguyễn Thái Ngọc Duy1-0/+31
2013-10-30Avoid difference in tr semantics between System V and BSDBen Walton1-12/+18
2013-09-20Merge branch 'dw/check-ignore-sans-index'Junio C Hamano1-9/+63
2013-09-12check-ignore: Add option to ignore index contentsDave Williams1-9/+63
2013-09-09Merge branch 'jl/submodule-mv'Junio C Hamano1-4/+4
2013-07-15check-ignore: convert to use parse_pathspecNguyễn Thái Ngọc Duy1-4/+4
2013-07-12t0008: avoid SIGPIPE race condition on fifoJeff King1-2/+10
2013-04-29t0008: use named pipe (FIFO) to test check-ignore streamingAdam Spiers1-21/+17
2013-04-11check-ignore: allow incremental streaming of queries via --stdinAdam Spiers1-5/+23
2013-04-11check-ignore: add -n / --non-matching optionAdam Spiers1-32/+90
2013-04-11t0008: remove duplicated test fixture dataAdam Spiers1-15/+1
2013-02-19name-hash: allow hashing an empty stringJunio C Hamano1-0/+5
2013-02-19t0008: document test_expect_success_multiAdam Spiers1-0/+10
2013-01-10t0008: avoid brace expansionRené Scharfe1-2/+7
2013-01-06add git-check-ignore sub-commandAdam Spiers1-0/+632