summaryrefslogtreecommitdiff
path: root/dir.h
Commit message (Expand)AuthorAgeFilesLines
* dir.c: remove dead function fnmatch_icase()Nguyễn Thái Ngọc Duy2016-04-221-1/+0
* Merge branch 'ss/exc-flag-is-a-collection-of-bits' into maintJunio C Hamano2016-04-141-4/+4
|\
| * dir: store EXC_FLAG_* values in unsigned integersss/exc-flag-is-a-collection-of-bitsSaurav Sachidanand2016-03-011-4/+4
* | Revert "Merge branch 'nd/exclusion-regression-fix'"Junio C Hamano2016-03-181-3/+0
* | dir.c: support marking some patterns already matchedNguyễn Thái Ngọc Duy2016-02-151-0/+3
* | dir: simplify untracked cache "ident" fieldChristian Couder2016-01-251-1/+0
* | dir: add remove_untracked_cache()Christian Couder2016-01-251-0/+1
* | dir: add {new,add}_untracked_cache()Christian Couder2016-01-251-0/+1
* | Merge branch 'nd/untracked-cache'Junio C Hamano2015-05-261-0/+82
|\ \ | |/ |/|
| * untracked cache: guard and disable on system changesNguyễn Thái Ngọc Duy2015-03-121-0/+2
| * untracked cache: invalidate at index addition or removalNguyễn Thái Ngọc Duy2015-03-121-0/+4
| * untracked cache: load from UNTR index extensionNguyễn Thái Ngọc Duy2015-03-121-0/+2
| * untracked cache: save to an index extensionNguyễn Thái Ngọc Duy2015-03-121-0/+1
| * untracked cache: mark what dirs should be recursed/savedNguyễn Thái Ngọc Duy2015-03-121-1/+2
| * untracked cache: record/validate dir mtime and reuse cached outputNguyễn Thái Ngọc Duy2015-03-121-0/+2
| * untracked cache: initial untracked cache validationNguyễn Thái Ngọc Duy2015-03-121-0/+4
| * untracked cache: record .gitignore information and dir hierarchyNguyễn Thái Ngọc Duy2015-03-121-0/+60
| * dir.c: optionally compute sha-1 of a .gitignore fileNguyễn Thái Ngọc Duy2015-03-121-0/+6
* | Merge branch 'jc/report-path-error-to-dir'Junio C Hamano2015-03-261-0/+1
|\ \ | |/ |/|
| * report_path_error(): move to dir.cjc/report-path-error-to-dirJunio C Hamano2015-03-241-0/+1
* | prep_exclude: remove the artificial PATH_MAX limitnd/path-max-must-goNguyễn Thái Ngọc Duy2014-07-141-1/+1
* | dir.h: move struct exclude declaration to top levelNguyễn Thái Ngọc Duy2014-07-141-20/+22
|/
* pathspec: pass directory indicator to match_pathspec_item()Nguyễn Thái Ngọc Duy2014-02-241-3/+7
* pathspec: rename match_pathspec_depth() to match_pathspec()Nguyễn Thái Ngọc Duy2014-02-241-5/+5
* pathspec: convert some match_pathspec_depth() to dir_path_match()Nguyễn Thái Ngọc Duy2014-02-241-0/+7
* pathspec: convert some match_pathspec_depth() to ce_path_match()Nguyễn Thái Ngọc Duy2014-02-241-0/+7
* Merge branch 'jc/ls-files-killed-optim'Junio C Hamano2013-09-111-1/+2
|\
| * ls-files -k: a directory only can be killed if the index has a non-directoryJunio C Hamano2013-08-151-1/+2
* | pathspec: support :(glob) syntaxNguyễn Thái Ngọc Duy2013-07-151-5/+4
* | remove match_pathspec() in favor of match_pathspec_depth()Nguyễn Thái Ngọc Duy2013-07-151-1/+0
* | convert common_prefix() to use struct pathspecNguyễn Thái Ngọc Duy2013-07-151-1/+1
* | convert {read,fill}_directory to take struct pathspecNguyễn Thái Ngọc Duy2013-07-151-2/+2
* | add parse_pathspec() that converts cmdline args to struct pathspecNguyễn Thái Ngọc Duy2013-07-151-0/+2
|/
* dir.c: git-status --ignored: don't scan the work tree twiceKarsten Blees2013-04-151-1/+2
* dir.c: replace is_path_excluded with now equivalent is_excluded APIKarsten Blees2013-04-151-13/+3
* dir.c: unify is_excluded and is_path_excluded APIsKarsten Blees2013-04-151-3/+3
* Merge branch 'as/check-ignore'Junio C Hamano2013-01-231-11/+51
|\
| * dir.c: improve docs for match_pathspec() and match_pathspec_depth()Adam Spiers2013-01-061-0/+6
| * dir.c: provide clear_directory() for reclaiming dir_struct memoryAdam Spiers2013-01-061-0/+1
| * dir.c: keep track of where patterns came fromAdam Spiers2013-01-061-2/+19
| * dir.c: use a single struct exclude_list per source of excludesAdam Spiers2013-01-061-10/+26
* | Merge branch 'as/dir-c-cleanup'Junio C Hamano2013-01-101-10/+35
|\ \ | |/
| * dir.c: rename free_excludes() to clear_exclude_list()Adam Spiers2012-12-281-1/+1
| * dir.c: refactor is_path_excluded()Adam Spiers2012-12-281-0/+3
| * dir.c: rename excluded() to is_excluded()Adam Spiers2012-12-281-2/+2
| * dir.c: rename excluded_from_list() to is_excluded_from_list()Adam Spiers2012-12-281-2/+2
| * dir.c: rename path_excluded() to is_path_excluded()Adam Spiers2012-12-281-1/+1
| * dir.c: rename cryptic 'which' variable to more consistent nameAdam Spiers2012-12-281-2/+2
| * Improve documentation and comments regarding directory traversal APIAdam Spiers2012-12-281-2/+24
* | pathspec: apply "*.c" optimization from excludeNguyễn Thái Ngọc Duy2012-11-261-0/+1