summaryrefslogtreecommitdiff
path: root/t/t3001-ls-files-others-exclude.sh
AgeCommit message (Expand)Author
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