summaryrefslogtreecommitdiffstats
path: root/dir.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-14prep_exclude: remove the artificial PATH_MAX limitNguyễn Thái Ngọc Duy1-1/+1
2014-07-14dir.h: move struct exclude declaration to top levelNguyễn Thái Ngọc Duy1-20/+22
2014-02-24pathspec: pass directory indicator to match_pathspec_item()Nguyễn Thái Ngọc Duy1-3/+7
2014-02-24pathspec: rename match_pathspec_depth() to match_pathspec()Nguyễn Thái Ngọc Duy1-5/+5
2014-02-24pathspec: convert some match_pathspec_depth() to dir_path_match()Nguyễn Thái Ngọc Duy1-0/+7
2014-02-24pathspec: convert some match_pathspec_depth() to ce_path_match()Nguyễn Thái Ngọc Duy1-0/+7
2013-09-11Merge branch 'jc/ls-files-killed-optim'Junio C Hamano1-1/+2
2013-08-15ls-files -k: a directory only can be killed if the index has a non-directoryJunio C Hamano1-1/+2
2013-07-15pathspec: support :(glob) syntaxNguyễn Thái Ngọc Duy1-5/+4
2013-07-15remove match_pathspec() in favor of match_pathspec_depth()Nguyễn Thái Ngọc Duy1-1/+0
2013-07-15convert common_prefix() to use struct pathspecNguyễn Thái Ngọc Duy1-1/+1
2013-07-15convert {read,fill}_directory to take struct pathspecNguyễn Thái Ngọc Duy1-2/+2
2013-07-15add parse_pathspec() that converts cmdline args to struct pathspecNguyễn Thái Ngọc Duy1-0/+2
2013-04-15dir.c: git-status --ignored: don't scan the work tree twiceKarsten Blees1-1/+2
2013-04-15dir.c: replace is_path_excluded with now equivalent is_excluded APIKarsten Blees1-13/+3
2013-04-15dir.c: unify is_excluded and is_path_excluded APIsKarsten Blees1-3/+3
2013-01-23Merge branch 'as/check-ignore'Junio C Hamano1-11/+51
2013-01-10Merge branch 'as/dir-c-cleanup'Junio C Hamano1-10/+35
2013-01-06dir.c: improve docs for match_pathspec() and match_pathspec_depth()Adam Spiers1-0/+6
2013-01-06dir.c: provide clear_directory() for reclaiming dir_struct memoryAdam Spiers1-0/+1
2013-01-06dir.c: keep track of where patterns came fromAdam Spiers1-2/+19
2013-01-06dir.c: use a single struct exclude_list per source of excludesAdam Spiers1-10/+26
2012-12-28dir.c: rename free_excludes() to clear_exclude_list()Adam Spiers1-1/+1
2012-12-28dir.c: refactor is_path_excluded()Adam Spiers1-0/+3
2012-12-28dir.c: rename excluded() to is_excluded()Adam Spiers1-2/+2
2012-12-28dir.c: rename excluded_from_list() to is_excluded_from_list()Adam Spiers1-2/+2
2012-12-28dir.c: rename path_excluded() to is_path_excluded()Adam Spiers1-1/+1
2012-12-28dir.c: rename cryptic 'which' variable to more consistent nameAdam Spiers1-2/+2
2012-12-28Improve documentation and comments regarding directory traversal APIAdam Spiers1-2/+24
2012-11-26pathspec: apply "*.c" optimization from excludeNguyễn Thái Ngọc Duy1-0/+1
2012-11-26pathspec: do exact comparison on the leading non-wildcard partNguyễn Thái Ngọc Duy1-0/+8
2012-10-15attr: more matching optimizations from .gitignoreNguyễn Thái Ngọc Duy1-0/+11
2012-10-15gitignore: make pattern parsing code a separate functionNguyễn Thái Ngọc Duy1-1/+1
2012-10-05Merge commit 'f9f6e2c' into nd/attr-match-optim-moreJunio C Hamano1-1/+1
2012-07-11Merge branch 'jc/ls-files-i-dir' into maintJunio C Hamano1-1/+17
2012-06-07exclude: do strcmp as much as possible before fnmatchNguyễn Thái Ngọc Duy1-1/+1
2012-06-05dir.c: make excluded() file scope staticJunio C Hamano1-1/+0
2012-06-05path_excluded(): update API to less cache-entry centricJunio C Hamano1-1/+2
2012-06-03ls-files -i: pay attention to exclusion of leading pathsJunio C Hamano1-0/+16
2012-03-15remove_dir_recursively(): Add flag for skipping removal of toplevel dirJunio C Hamano1-0/+1
2011-09-12rename pathspec_prefix() to common_prefix() and move to dir.[ch]Clemens Buchacher1-1/+1
2011-09-06consolidate pathspec_prefix and common_prefixJunio C Hamano1-0/+1
2011-05-02Merge branch 'nd/maint-setup'Junio C Hamano1-1/+1
2011-03-28Kill off get_relative_cwd()Nguyễn Thái Ngọc Duy1-1/+0
2011-03-28setup: return correct prefix if worktree is '/'Nguyễn Thái Ngọc Duy1-0/+1
2011-02-03pathspec: add match_pathspec_depth()Nguyễn Thái Ngọc Duy1-0/+3
2011-02-03tree_entry_interesting(): support depth limitNguyễn Thái Ngọc Duy1-0/+1
2010-12-22Merge branch 'nd/maint-fix-add-typo-detection'Junio C Hamano1-0/+1
2010-11-29dir.c: add free_excludes()Nguyễn Thái Ngọc Duy1-0/+1
2010-10-06Add string comparison functions that respect the ignore_case variable.Joshua Jensen1-0/+4