summaryrefslogtreecommitdiff
path: root/dir.h
AgeCommit message (Expand)AuthorFilesLines
2016-02-15dir.c: support marking some patterns already matchedLibravatar Nguyễn Thái Ngọc Duy1-0/+3
2016-01-25dir: simplify untracked cache "ident" fieldLibravatar Christian Couder1-1/+0
2016-01-25dir: add remove_untracked_cache()Libravatar Christian Couder1-0/+1
2016-01-25dir: add {new,add}_untracked_cache()Libravatar Christian Couder1-0/+1
2015-05-26Merge branch 'nd/untracked-cache'Libravatar Junio C Hamano1-0/+82
2015-03-26Merge branch 'jc/report-path-error-to-dir'Libravatar Junio C Hamano1-0/+1
2015-03-24report_path_error(): move to dir.cLibravatar Junio C Hamano1-0/+1
2015-03-12untracked cache: guard and disable on system changesLibravatar Nguyễn Thái Ngọc Duy1-0/+2
2015-03-12untracked cache: invalidate at index addition or removalLibravatar Nguyễn Thái Ngọc Duy1-0/+4
2015-03-12untracked cache: load from UNTR index extensionLibravatar Nguyễn Thái Ngọc Duy1-0/+2
2015-03-12untracked cache: save to an index extensionLibravatar Nguyễn Thái Ngọc Duy1-0/+1
2015-03-12untracked cache: mark what dirs should be recursed/savedLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2015-03-12untracked cache: record/validate dir mtime and reuse cached outputLibravatar Nguyễn Thái Ngọc Duy1-0/+2
2015-03-12untracked cache: initial untracked cache validationLibravatar Nguyễn Thái Ngọc Duy1-0/+4
2015-03-12untracked cache: record .gitignore information and dir hierarchyLibravatar Nguyễn Thái Ngọc Duy1-0/+60
2015-03-12dir.c: optionally compute sha-1 of a .gitignore fileLibravatar Nguyễn Thái Ngọc Duy1-0/+6
2014-07-14prep_exclude: remove the artificial PATH_MAX limitLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2014-07-14dir.h: move struct exclude declaration to top levelLibravatar Nguyễn Thái Ngọc Duy1-20/+22
2014-02-24pathspec: pass directory indicator to match_pathspec_item()Libravatar Nguyễn Thái Ngọc Duy1-3/+7
2014-02-24pathspec: rename match_pathspec_depth() to match_pathspec()Libravatar Nguyễn Thái Ngọc Duy1-5/+5
2014-02-24pathspec: convert some match_pathspec_depth() to dir_path_match()Libravatar Nguyễn Thái Ngọc Duy1-0/+7
2014-02-24pathspec: convert some match_pathspec_depth() to ce_path_match()Libravatar Nguyễn Thái Ngọc Duy1-0/+7
2013-09-11Merge branch 'jc/ls-files-killed-optim'Libravatar Junio C Hamano1-1/+2
2013-08-15ls-files -k: a directory only can be killed if the index has a non-directoryLibravatar Junio C Hamano1-1/+2
2013-07-15pathspec: support :(glob) syntaxLibravatar Nguyễn Thái Ngọc Duy1-5/+4
2013-07-15remove match_pathspec() in favor of match_pathspec_depth()Libravatar Nguyễn Thái Ngọc Duy1-1/+0
2013-07-15convert common_prefix() to use struct pathspecLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2013-07-15convert {read,fill}_directory to take struct pathspecLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2013-07-15add parse_pathspec() that converts cmdline args to struct pathspecLibravatar Nguyễn Thái Ngọc Duy1-0/+2
2013-04-15dir.c: git-status --ignored: don't scan the work tree twiceLibravatar Karsten Blees1-1/+2
2013-04-15dir.c: replace is_path_excluded with now equivalent is_excluded APILibravatar Karsten Blees1-13/+3
2013-04-15dir.c: unify is_excluded and is_path_excluded APIsLibravatar Karsten Blees1-3/+3
2013-01-23Merge branch 'as/check-ignore'Libravatar Junio C Hamano1-11/+51
2013-01-10Merge branch 'as/dir-c-cleanup'Libravatar Junio C Hamano1-10/+35
2013-01-06dir.c: improve docs for match_pathspec() and match_pathspec_depth()Libravatar Adam Spiers1-0/+6
2013-01-06dir.c: provide clear_directory() for reclaiming dir_struct memoryLibravatar Adam Spiers1-0/+1
2013-01-06dir.c: keep track of where patterns came fromLibravatar Adam Spiers1-2/+19
2013-01-06dir.c: use a single struct exclude_list per source of excludesLibravatar Adam Spiers1-10/+26
2012-12-28dir.c: rename free_excludes() to clear_exclude_list()Libravatar Adam Spiers1-1/+1
2012-12-28dir.c: refactor is_path_excluded()Libravatar Adam Spiers1-0/+3
2012-12-28dir.c: rename excluded() to is_excluded()Libravatar Adam Spiers1-2/+2
2012-12-28dir.c: rename excluded_from_list() to is_excluded_from_list()Libravatar Adam Spiers1-2/+2
2012-12-28dir.c: rename path_excluded() to is_path_excluded()Libravatar Adam Spiers1-1/+1
2012-12-28dir.c: rename cryptic 'which' variable to more consistent nameLibravatar Adam Spiers1-2/+2
2012-12-28Improve documentation and comments regarding directory traversal APILibravatar Adam Spiers1-2/+24
2012-11-26pathspec: apply "*.c" optimization from excludeLibravatar Nguyễn Thái Ngọc Duy1-0/+1
2012-11-26pathspec: do exact comparison on the leading non-wildcard partLibravatar Nguyễn Thái Ngọc Duy1-0/+8
2012-10-15attr: more matching optimizations from .gitignoreLibravatar Nguyễn Thái Ngọc Duy1-0/+11
2012-10-15gitignore: make pattern parsing code a separate functionLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2012-10-05Merge commit 'f9f6e2c' into nd/attr-match-optim-moreLibravatar Junio C Hamano1-1/+1