Age | Commit message (Expand) | Author | Files | Lines |
2016-03-18 | Revert "Merge branch 'nd/exclusion-regression-fix'" | Junio C Hamano | 1 | -2/+5 |
2016-02-15 | dir.c: don't exclude whole dir prematurely | Nguyễn Thái Ngọc Duy | 1 | -5/+2 |
2016-01-20 | Merge branch 'nd/exclusion-regression-fix' | Junio C Hamano | 1 | -25/+0 |
2016-01-08 | Revert "dir.c: don't exclude whole dir prematurely if neg pattern may match" | Nguyễn Thái Ngọc Duy | 1 | -25/+0 |
2015-10-07 | Merge branch 'nd/ignore-then-not-ignore' | Junio C Hamano | 1 | -0/+25 |
2015-09-21 | dir.c: don't exclude whole dir prematurely if neg pattern may match | Nguyễn Thái Ngọc Duy | 1 | -0/+25 |
2015-03-20 | t: fix moderate &&-chain breakage | Jeff King | 1 | -1/+1 |
2013-09-06 | status: disable display of '#' comment prefix by default | Matthieu Moy | 1 | -1/+1 |
2013-06-03 | Merge branch 'kb/status-ignored-optim-2' | Junio C Hamano | 1 | -0/+18 |
2013-06-02 | dir.c: fix ignore processing within not-ignored directories | Karsten Blees | 1 | -0/+18 |
2013-04-23 | Merge branch 'kb/status-ignored-optim-2' | Junio C Hamano | 1 | -0/+49 |
2013-04-15 | dir.c: git-clean -d -X: don't delete tracked directories | Karsten Blees | 1 | -0/+26 |
2013-04-15 | dir.c: git-ls-files --directories: don't hide empty directories | Karsten Blees | 1 | -0/+23 |
2013-04-15 | checkout: add --ignore-skip-worktree-bits in sparse checkout mode | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2012-10-15 | Support "**" wildcard in .gitignore and .gitattributes | Nguyễn Thái Ngọc Duy | 1 | -0/+18 |
2012-10-15 | exclude: fix a bug in prefix compare optimization | Nguyễn Thái Ngọc Duy | 1 | -0/+6 |
2010-11-09 | tests: add missing && | Jonathan Nieder | 1 | -1/+1 |
2010-01-20 | Merge branch 'jc/ls-files-ignored-pathspec' | Junio C Hamano | 1 | -0/+39 |
2010-01-08 | ls-files: fix overeager pathspec optimization | Junio C Hamano | 1 | -1/+1 |
2010-01-08 | t3001: test ls-files -o ignored/dir | Junio C Hamano | 1 | -0/+39 |
2009-08-23 | Read .gitignore from index if it is skip-worktree | Nguyễn Thái Ngọc Duy | 1 | -0/+22 |
2009-03-05 | Merge branch 'fg/exclude-bq' | Junio C Hamano | 1 | -1/+8 |
2009-02-12 | Support "\" in non-wildcard exclusion entries | Finn Arne Gangstad | 1 | -1/+8 |
2008-12-18 | test overlapping ignore patterns | Michael J Gruber | 1 | -0/+6 |
2008-09-03 | tests: use "git xyzzy" form (t0000 - t3599) | Nanako Shiraishi | 1 | -1/+1 |
2008-05-24 | tests: do not use implicit "git diff --no-index" | Junio C Hamano | 1 | -2/+2 |
2008-03-13 | add test_cmp function for test scripts | Jeff King | 1 | -1/+1 |
2008-02-05 | gitignore(5): Allow "foo/" in ignore list to match directory "foo" | Junio C Hamano | 1 | -0/+41 |
2007-11-22 | Replace "runstatus" with "status" in the tests | Johannes Schindelin | 1 | -1/+1 |
2007-07-02 | Rewrite "git-frotz" to "git frotz" | Junio C Hamano | 1 | -8/+8 |
2007-05-21 | git-status: respect core.excludesFile | Johannes Schindelin | 1 | -0/+20 |
2007-03-04 | Get rid of the dependency to GNU diff in the tests | Johannes Schindelin | 1 | -2/+2 |
2006-02-12 | avoid echo -e, there are systems where it does not work | Alex Riesen | 1 | -1/+1 |
2005-11-02 | remove CR/LF from .gitignore | Alex Riesen | 1 | -0/+12 |
2005-08-11 | [PATCH] Missing test_done | Pavel Roskin | 1 | -0/+2 |
2005-07-29 | Documentation and tests: ls-files exclude pattern. | Junio C Hamano | 1 | -5/+18 |
2005-07-25 | git-ls-files: --exclude mechanism updates. | Junio C Hamano | 1 | -0/+55 |