summaryrefslogtreecommitdiff
path: root/t/t3001-ls-files-others-exclude.sh
AgeCommit message (Expand)AuthorFilesLines
2016-03-18Revert "Merge branch 'nd/exclusion-regression-fix'"Libravatar Junio C Hamano1-2/+5
2016-02-15dir.c: don't exclude whole dir prematurelyLibravatar Nguyễn Thái Ngọc Duy1-5/+2
2016-01-20Merge branch 'nd/exclusion-regression-fix'Libravatar Junio C Hamano1-25/+0
2016-01-08Revert "dir.c: don't exclude whole dir prematurely if neg pattern may match"Libravatar Nguyễn Thái Ngọc Duy1-25/+0
2015-10-07Merge branch 'nd/ignore-then-not-ignore'Libravatar Junio C Hamano1-0/+25
2015-09-21dir.c: don't exclude whole dir prematurely if neg pattern may matchLibravatar Nguyễn Thái Ngọc Duy1-0/+25
2015-03-20t: fix moderate &&-chain breakageLibravatar Jeff King1-1/+1
2013-09-06status: disable display of '#' comment prefix by defaultLibravatar Matthieu Moy1-1/+1
2013-06-03Merge branch 'kb/status-ignored-optim-2'Libravatar Junio C Hamano1-0/+18
2013-06-02dir.c: fix ignore processing within not-ignored directoriesLibravatar Karsten Blees1-0/+18
2013-04-23Merge branch 'kb/status-ignored-optim-2'Libravatar Junio C Hamano1-0/+49
2013-04-15dir.c: git-clean -d -X: don't delete tracked directoriesLibravatar Karsten Blees1-0/+26
2013-04-15dir.c: git-ls-files --directories: don't hide empty directoriesLibravatar Karsten Blees1-0/+23
2013-04-15checkout: add --ignore-skip-worktree-bits in sparse checkout modeLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2012-10-15Support "**" wildcard in .gitignore and .gitattributesLibravatar Nguyễn Thái Ngọc Duy1-0/+18
2012-10-15exclude: fix a bug in prefix compare optimizationLibravatar Nguyễn Thái Ngọc Duy1-0/+6
2010-11-09tests: add missing &&Libravatar Jonathan Nieder1-1/+1
2010-01-20Merge branch 'jc/ls-files-ignored-pathspec'Libravatar Junio C Hamano1-0/+39
2010-01-08ls-files: fix overeager pathspec optimizationLibravatar Junio C Hamano1-1/+1
2010-01-08t3001: test ls-files -o ignored/dirLibravatar Junio C Hamano1-0/+39
2009-08-23Read .gitignore from index if it is skip-worktreeLibravatar Nguyễn Thái Ngọc Duy1-0/+22
2009-03-05Merge branch 'fg/exclude-bq'Libravatar Junio C Hamano1-1/+8
2009-02-12Support "\" in non-wildcard exclusion entriesLibravatar Finn Arne Gangstad1-1/+8
2008-12-18test overlapping ignore patternsLibravatar Michael J Gruber1-0/+6
2008-09-03tests: use "git xyzzy" form (t0000 - t3599)Libravatar Nanako Shiraishi1-1/+1
2008-05-24tests: do not use implicit "git diff --no-index"Libravatar Junio C Hamano1-2/+2
2008-03-13add test_cmp function for test scriptsLibravatar Jeff King1-1/+1
2008-02-05gitignore(5): Allow "foo/" in ignore list to match directory "foo"Libravatar Junio C Hamano1-0/+41
2007-11-22Replace "runstatus" with "status" in the testsLibravatar Johannes Schindelin1-1/+1
2007-07-02Rewrite "git-frotz" to "git frotz"Libravatar Junio C Hamano1-8/+8
2007-05-21git-status: respect core.excludesFileLibravatar Johannes Schindelin1-0/+20
2007-03-04Get rid of the dependency to GNU diff in the testsLibravatar Johannes Schindelin1-2/+2
2006-02-12avoid echo -e, there are systems where it does not workLibravatar Alex Riesen1-1/+1
2005-11-02remove CR/LF from .gitignoreLibravatar Alex Riesen1-0/+12
2005-08-11[PATCH] Missing test_doneLibravatar Pavel Roskin1-0/+2
2005-07-29Documentation and tests: ls-files exclude pattern.Libravatar Junio C Hamano1-5/+18
2005-07-25git-ls-files: --exclude mechanism updates.Libravatar Junio C Hamano1-0/+55