summaryrefslogtreecommitdiff
path: root/dir.h
AgeCommit message (Expand)Author
2016-10-10ls-files: add pathspec matching for submodulesBrandon Williams
2016-07-25Merge branch 'mh/split-under-lock'Junio C Hamano
2016-05-23Merge branch 'nd/worktree-various-heads'Junio C Hamano
2016-05-05remove_dir_recursively(): add docstringMichael Haggerty
2016-04-22dir.c: rename str(n)cmp_icase to fspath(n)cmpNguyễn Thái Ngọc Duy
2016-04-22dir.c: remove dead function fnmatch_icase()Nguyễn Thái Ngọc Duy
2016-04-15Merge branch 'ss/exc-flag-is-a-collection-of-bits' into maintJunio C Hamano
2016-04-06Merge branch 'ss/exc-flag-is-a-collection-of-bits'Junio C Hamano
2016-03-18Revert "Merge branch 'nd/exclusion-regression-fix'"Junio C Hamano
2016-03-01dir: store EXC_FLAG_* values in unsigned integersSaurav Sachidanand
2016-02-15dir.c: support marking some patterns already matchedNguyễn Thái Ngọc Duy
2016-01-25dir: simplify untracked cache "ident" fieldChristian Couder
2016-01-25dir: add remove_untracked_cache()Christian Couder
2016-01-25dir: add {new,add}_untracked_cache()Christian Couder
2015-05-26Merge branch 'nd/untracked-cache'Junio C Hamano
2015-03-26Merge branch 'jc/report-path-error-to-dir'Junio C Hamano
2015-03-24report_path_error(): move to dir.cJunio C Hamano
2015-03-12untracked cache: guard and disable on system changesNguyễn Thái Ngọc Duy
2015-03-12untracked cache: invalidate at index addition or removalNguyễn Thái Ngọc Duy
2015-03-12untracked cache: load from UNTR index extensionNguyễn Thái Ngọc Duy
2015-03-12untracked cache: save to an index extensionNguyễn Thái Ngọc Duy
2015-03-12untracked cache: mark what dirs should be recursed/savedNguyễn Thái Ngọc Duy
2015-03-12untracked cache: record/validate dir mtime and reuse cached outputNguyễn Thái Ngọc Duy
2015-03-12untracked cache: initial untracked cache validationNguyễn Thái Ngọc Duy
2015-03-12untracked cache: record .gitignore information and dir hierarchyNguyễn Thái Ngọc Duy
2015-03-12dir.c: optionally compute sha-1 of a .gitignore fileNguyễn Thái Ngọc Duy
2014-07-14prep_exclude: remove the artificial PATH_MAX limitNguyễn Thái Ngọc Duy
2014-07-14dir.h: move struct exclude declaration to top levelNguyễn Thái Ngọc Duy
2014-02-24pathspec: pass directory indicator to match_pathspec_item()Nguyễn Thái Ngọc Duy
2014-02-24pathspec: rename match_pathspec_depth() to match_pathspec()Nguyễn Thái Ngọc Duy
2014-02-24pathspec: convert some match_pathspec_depth() to dir_path_match()Nguyễn Thái Ngọc Duy
2014-02-24pathspec: convert some match_pathspec_depth() to ce_path_match()Nguyễn Thái Ngọc Duy
2013-09-11Merge branch 'jc/ls-files-killed-optim'Junio C Hamano
2013-08-15ls-files -k: a directory only can be killed if the index has a non-directoryJunio C Hamano
2013-07-15pathspec: support :(glob) syntaxNguyễn Thái Ngọc Duy
2013-07-15remove match_pathspec() in favor of match_pathspec_depth()Nguyễn Thái Ngọc Duy
2013-07-15convert common_prefix() to use struct pathspecNguyễn Thái Ngọc Duy
2013-07-15convert {read,fill}_directory to take struct pathspecNguyễn Thái Ngọc Duy
2013-07-15add parse_pathspec() that converts cmdline args to struct pathspecNguyễn Thái Ngọc Duy
2013-04-15dir.c: git-status --ignored: don't scan the work tree twiceKarsten Blees
2013-04-15dir.c: replace is_path_excluded with now equivalent is_excluded APIKarsten Blees
2013-04-15dir.c: unify is_excluded and is_path_excluded APIsKarsten Blees
2013-01-24Merge branch 'as/check-ignore'Junio C Hamano
2013-01-10Merge branch 'as/dir-c-cleanup'Junio C Hamano
2013-01-06dir.c: improve docs for match_pathspec() and match_pathspec_depth()Adam Spiers
2013-01-06dir.c: provide clear_directory() for reclaiming dir_struct memoryAdam Spiers
2013-01-06dir.c: keep track of where patterns came fromAdam Spiers
2013-01-06dir.c: use a single struct exclude_list per source of excludesAdam Spiers
2012-12-28dir.c: rename free_excludes() to clear_exclude_list()Adam Spiers
2012-12-28dir.c: refactor is_path_excluded()Adam Spiers