summaryrefslogtreecommitdiff
path: root/t/t3001-ls-files-others-exclude.sh
Commit message (Expand)AuthorAgeFilesLines
* leak tests: don't skip some tests under SANITIZE=leakÆvar Arnfjörð Bjarmason2022-07-271-2/+2
* ls-files: update test styleLi Linchao2022-07-061-21/+21
* ls-files: add missing string_list_clear()Ævar Arnfjörð Bjarmason2021-10-071-2/+3
* dir: traverse into untracked directories if they may have ignored subfilesElijah Newren2021-05-131-1/+1
* t3001, t7300: add testcase showcasing missed directory traversalElijah Newren2021-05-131-0/+5
* tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor2018-08-211-4/+2
* tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason2018-07-301-10/+5
* Revert "Merge branch 'nd/exclusion-regression-fix'"Junio C Hamano2016-03-181-2/+5
* dir.c: don't exclude whole dir prematurelyNguyễn Thái Ngọc Duy2016-02-151-5/+2
* Merge branch 'nd/exclusion-regression-fix'Junio C Hamano2016-01-201-25/+0
|\
| * Revert "dir.c: don't exclude whole dir prematurely if neg pattern may match"Nguyễn Thái Ngọc Duy2016-01-081-25/+0
* | Merge branch 'nd/ignore-then-not-ignore'Junio C Hamano2015-10-071-0/+25
|\ \ | |/
| * dir.c: don't exclude whole dir prematurely if neg pattern may matchnd/ignore-then-not-ignoreNguyễn Thái Ngọc Duy2015-09-211-0/+25
* | t: fix moderate &&-chain breakageJeff King2015-03-201-1/+1
|/
* status: disable display of '#' comment prefix by defaultMatthieu Moy2013-09-061-1/+1
* Merge branch 'kb/status-ignored-optim-2'Junio C Hamano2013-06-031-0/+18
|\
| * dir.c: fix ignore processing within not-ignored directoriesKarsten Blees2013-06-021-0/+18
* | Merge branch 'kb/status-ignored-optim-2'Junio C Hamano2013-04-231-0/+49
|\ \ | |/
| * dir.c: git-clean -d -X: don't delete tracked directoriesKarsten Blees2013-04-151-0/+26
| * dir.c: git-ls-files --directories: don't hide empty directoriesKarsten Blees2013-04-151-0/+23
* | checkout: add --ignore-skip-worktree-bits in sparse checkout modeNguyễn Thái Ngọc Duy2013-04-151-1/+1
|/
* Support "**" wildcard in .gitignore and .gitattributesNguyễn Thái Ngọc Duy2012-10-151-0/+18
* exclude: fix a bug in prefix compare optimizationNguyễn Thái Ngọc Duy2012-10-151-0/+6
* tests: add missing &&Jonathan Nieder2010-11-091-1/+1
* Merge branch 'jc/ls-files-ignored-pathspec'Junio C Hamano2010-01-201-0/+39
|\
| * ls-files: fix overeager pathspec optimizationJunio C Hamano2010-01-081-1/+1
| * t3001: test ls-files -o ignored/dirJunio C Hamano2010-01-081-0/+39
* | Read .gitignore from index if it is skip-worktreeNguyễn Thái Ngọc Duy2009-08-231-0/+22
|/
* Merge branch 'fg/exclude-bq'Junio C Hamano2009-03-051-1/+8
|\
| * Support "\" in non-wildcard exclusion entriesFinn Arne Gangstad2009-02-121-1/+8
* | test overlapping ignore patternsMichael J Gruber2008-12-181-0/+6
|/
* tests: use "git xyzzy" form (t0000 - t3599)Nanako Shiraishi2008-09-031-1/+1
* tests: do not use implicit "git diff --no-index"Junio C Hamano2008-05-241-2/+2
* add test_cmp function for test scriptsJeff King2008-03-131-1/+1
* gitignore(5): Allow "foo/" in ignore list to match directory "foo"Junio C Hamano2008-02-051-0/+41
* Replace "runstatus" with "status" in the testsJohannes Schindelin2007-11-221-1/+1
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-021-8/+8
* git-status: respect core.excludesFileJohannes Schindelin2007-05-211-0/+20
* Get rid of the dependency to GNU diff in the testsJohannes Schindelin2007-03-041-2/+2
* avoid echo -e, there are systems where it does not workAlex Riesen2006-02-121-1/+1
* remove CR/LF from .gitignoreAlex Riesen2005-11-021-0/+12
* [PATCH] Missing test_donePavel Roskin2005-08-111-0/+2
* Documentation and tests: ls-files exclude pattern.Junio C Hamano2005-07-291-5/+18
* git-ls-files: --exclude mechanism updates.Junio C Hamano2005-07-251-0/+55