summaryrefslogtreecommitdiff
path: root/t/t3001-ls-files-others-exclude.sh
AgeCommit message (Expand)Author
2018-08-21tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor
2018-07-30tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason
2016-03-18Revert "Merge branch 'nd/exclusion-regression-fix'"Junio C Hamano
2016-02-15dir.c: don't exclude whole dir prematurelyNguyễn Thái Ngọc Duy
2016-01-20Merge branch 'nd/exclusion-regression-fix'Junio C Hamano
2016-01-08Revert "dir.c: don't exclude whole dir prematurely if neg pattern may match"Nguyễn Thái Ngọc Duy
2015-10-07Merge branch 'nd/ignore-then-not-ignore'Junio C Hamano
2015-09-21dir.c: don't exclude whole dir prematurely if neg pattern may matchNguyễn Thái Ngọc Duy
2015-03-20t: fix moderate &&-chain breakageJeff King
2013-09-06status: disable display of '#' comment prefix by defaultMatthieu Moy
2013-06-03Merge branch 'kb/status-ignored-optim-2'Junio C Hamano
2013-06-02dir.c: fix ignore processing within not-ignored directoriesKarsten Blees
2013-04-23Merge branch 'kb/status-ignored-optim-2'Junio C Hamano
2013-04-15dir.c: git-clean -d -X: don't delete tracked directoriesKarsten Blees
2013-04-15dir.c: git-ls-files --directories: don't hide empty directoriesKarsten Blees
2013-04-15checkout: add --ignore-skip-worktree-bits in sparse checkout modeNguyễn Thái Ngọc Duy
2012-10-15Support "**" wildcard in .gitignore and .gitattributesNguyễn Thái Ngọc Duy
2012-10-15exclude: fix a bug in prefix compare optimizationNguyễn Thái Ngọc Duy
2010-11-09tests: add missing &&Jonathan Nieder
2010-01-20Merge branch 'jc/ls-files-ignored-pathspec'Junio C Hamano
2010-01-09ls-files: fix overeager pathspec optimizationJunio C Hamano
2010-01-09t3001: test ls-files -o ignored/dirJunio C Hamano
2009-08-24Read .gitignore from index if it is skip-worktreeNguyễn Thái Ngọc Duy
2009-03-05Merge branch 'fg/exclude-bq'Junio C Hamano
2009-02-12Support "\" in non-wildcard exclusion entriesFinn Arne Gangstad
2008-12-18test overlapping ignore patternsMichael J Gruber
2008-09-03tests: use "git xyzzy" form (t0000 - t3599)Nanako Shiraishi
2008-05-24tests: do not use implicit "git diff --no-index"Junio C Hamano
2008-03-13add test_cmp function for test scriptsJeff King
2008-02-05gitignore(5): Allow "foo/" in ignore list to match directory "foo"Junio C Hamano
2007-11-23Replace "runstatus" with "status" in the testsJohannes Schindelin
2007-07-03Rewrite "git-frotz" to "git frotz"Junio C Hamano
2007-05-22git-status: respect core.excludesFileJohannes Schindelin
2007-03-04Get rid of the dependency to GNU diff in the testsJohannes Schindelin
2006-02-12avoid echo -e, there are systems where it does not workAlex Riesen
2005-11-03remove CR/LF from .gitignoreAlex Riesen
2005-08-12[PATCH] Missing test_donePavel Roskin
2005-07-30Documentation and tests: ls-files exclude pattern.Junio C Hamano
2005-07-26git-ls-files: --exclude mechanism updates.Junio C Hamano