aboutsummaryrefslogtreecommitdiffstats
path: root/t/t3001-ls-files-others-exclude.sh
AgeCommit message (Expand)AuthorFilesLines
2022-07-27leak tests: don't skip some tests under SANITIZE=leakÆvar Arnfjörð Bjarmason1-2/+2
2022-07-06ls-files: update test styleLi Linchao1-21/+21
2021-10-07ls-files: add missing string_list_clear()Ævar Arnfjörð Bjarmason1-2/+3
2021-05-13dir: traverse into untracked directories if they may have ignored subfilesElijah Newren1-1/+1
2021-05-13t3001, t7300: add testcase showcasing missed directory traversalElijah Newren1-0/+5
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor1-4/+2
2018-07-30tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason1-10/+5
2016-03-18Revert "Merge branch 'nd/exclusion-regression-fix'"Junio C Hamano1-2/+5
2016-02-15dir.c: don't exclude whole dir prematurelyNguyễn Thái Ngọc Duy1-5/+2
2016-01-20Merge branch 'nd/exclusion-regression-fix'Junio C Hamano1-25/+0
2016-01-08Revert "dir.c: don't exclude whole dir prematurely if neg pattern may match"Nguyễn Thái Ngọc Duy1-25/+0
2015-10-07Merge branch 'nd/ignore-then-not-ignore'Junio C Hamano1-0/+25
2015-09-21dir.c: don't exclude whole dir prematurely if neg pattern may matchNguyễn Thái Ngọc Duy1-0/+25
2015-03-20t: fix moderate &&-chain breakageJeff King1-1/+1
2013-09-06status: disable display of '#' comment prefix by defaultMatthieu Moy1-1/+1
2013-06-03Merge branch 'kb/status-ignored-optim-2'Junio C Hamano1-0/+18
2013-06-02dir.c: fix ignore processing within not-ignored directoriesKarsten Blees1-0/+18
2013-04-23Merge branch 'kb/status-ignored-optim-2'Junio C Hamano1-0/+49
2013-04-15dir.c: git-clean -d -X: don't delete tracked directoriesKarsten Blees1-0/+26
2013-04-15dir.c: git-ls-files --directories: don't hide empty directoriesKarsten Blees1-0/+23
2013-04-15checkout: add --ignore-skip-worktree-bits in sparse checkout modeNguyễn Thái Ngọc Duy1-1/+1
2012-10-15Support "**" wildcard in .gitignore and .gitattributesNguyễn Thái Ngọc Duy1-0/+18
2012-10-15exclude: fix a bug in prefix compare optimizationNguyễn Thái Ngọc Duy1-0/+6
2010-11-09tests: add missing &&Jonathan Nieder1-1/+1
2010-01-20Merge branch 'jc/ls-files-ignored-pathspec'Junio C Hamano1-0/+39
2010-01-08ls-files: fix overeager pathspec optimizationJunio C Hamano1-1/+1
2010-01-08t3001: test ls-files -o ignored/dirJunio C Hamano1-0/+39
2009-08-23Read .gitignore from index if it is skip-worktreeNguyễn Thái Ngọc Duy1-0/+22
2009-03-05Merge branch 'fg/exclude-bq'Junio C Hamano1-1/+8
2009-02-12Support "\" in non-wildcard exclusion entriesFinn Arne Gangstad1-1/+8
2008-12-18test overlapping ignore patternsMichael J Gruber1-0/+6
2008-09-03tests: use "git xyzzy" form (t0000 - t3599)Nanako Shiraishi1-1/+1
2008-05-24tests: do not use implicit "git diff --no-index"Junio C Hamano1-2/+2
2008-03-13add test_cmp function for test scriptsJeff King1-1/+1
2008-02-05gitignore(5): Allow "foo/" in ignore list to match directory "foo"Junio C Hamano1-0/+41
2007-11-22Replace "runstatus" with "status" in the testsJohannes Schindelin1-1/+1
2007-07-02Rewrite "git-frotz" to "git frotz"Junio C Hamano1-8/+8
2007-05-21git-status: respect core.excludesFileJohannes Schindelin1-0/+20
2007-03-04Get rid of the dependency to GNU diff in the testsJohannes Schindelin1-2/+2
2006-02-12avoid echo -e, there are systems where it does not workAlex Riesen1-1/+1
2005-11-02remove CR/LF from .gitignoreAlex Riesen1-0/+12
2005-08-11[PATCH] Missing test_donePavel Roskin1-0/+2
2005-07-29Documentation and tests: ls-files exclude pattern.Junio C Hamano1-5/+18
2005-07-25git-ls-files: --exclude mechanism updates.Junio C Hamano1-0/+55