summaryrefslogtreecommitdiff
path: root/t/t0008-ignores.sh
AgeCommit message (Expand)Author
2022-06-06tests: don't assume a .git/info for .git/info/excludeÆvar Arnfjörð Bjarmason
2022-06-06t0008: don't rely on default ".git/info/exclude"Ævar Arnfjörð Bjarmason
2021-12-13t0000-t3999: detect and signal failure within loopEric Sunshine
2021-11-23Merge branch 'ds/add-rm-with-sparse-index'Junio C Hamano
2021-11-22dir: revert "dir: select directories correctly"Derrick Stolee
2021-11-03Merge branch 'ds/add-rm-with-sparse-index'Junio C Hamano
2021-11-03dir: fix directory-matching bugDerrick Stolee
2021-10-13leak tests: run various built-in tests in t00*.sh SANITIZE=leakÆvar Arnfjörð Bjarmason
2021-03-22Merge branch 'jk/open-dotgitx-with-nofollow'Junio C Hamano
2021-02-16exclude: do not respect symlinks for in-tree .gitignoreJeff King
2021-02-11tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason
2020-02-18check-ignore: fix documentation and implementation to matchElijah Newren
2018-07-30tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason
2018-02-27Merge branch 'as/ll-i18n'Junio C Hamano
2018-02-13Mark messages for translationsAlexander Shopov
2018-02-12check-ignore: fix mix of directories and other file typesRené Scharfe
2016-07-13Merge branch 'va/i18n-even-more'Junio C Hamano
2016-06-17tests: use test_i18n* functions to suppress false positivesVasco Almeida
2016-05-20t0008: 4 tests fail with ksh88Armin Kunaschik
2016-01-28t0008: avoid absolute pathPat Thoyts
2015-05-19Merge branch 'jc/gitignore-precedence'Junio C Hamano
2015-04-22ignore: info/exclude should trump core.excludesfileJunio C Hamano
2014-07-21test prerequisites: eradicate NOT_FOOJunio C Hamano
2014-06-13t0008: do not depend on 'echo' handling backslashes speciallyJunio C Hamano
2014-06-02dir.c:trim_trailing_spaces(): fix for " \ " sequencePasha Bolokhov
2014-03-11t0008: skip trailing space test on WindowsJohannes Sixt
2014-02-10dir: ignore trailing spaces in exclude patternsNguyễn Thái Ngọc Duy
2014-02-10dir: warn about trailing spaces in exclude patternsNguyễn Thái Ngọc Duy
2013-10-30Avoid difference in tr semantics between System V and BSDBen Walton
2013-09-20Merge branch 'dw/check-ignore-sans-index'Junio C Hamano
2013-09-12check-ignore: Add option to ignore index contentsDave Williams
2013-09-09Merge branch 'jl/submodule-mv'Junio C Hamano
2013-07-15check-ignore: convert to use parse_pathspecNguyễn Thái Ngọc Duy
2013-07-12t0008: avoid SIGPIPE race condition on fifoJeff King
2013-04-29t0008: use named pipe (FIFO) to test check-ignore streamingAdam Spiers
2013-04-11check-ignore: allow incremental streaming of queries via --stdinAdam Spiers
2013-04-11check-ignore: add -n / --non-matching optionAdam Spiers
2013-04-11t0008: remove duplicated test fixture dataAdam Spiers
2013-02-19name-hash: allow hashing an empty stringJunio C Hamano
2013-02-19t0008: document test_expect_success_multiAdam Spiers
2013-01-10t0008: avoid brace expansionRené Scharfe
2013-01-06add git-check-ignore sub-commandAdam Spiers