summaryrefslogtreecommitdiff
path: root/dir.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | pathspec: do exact comparison on the leading non-wildcard partNguyễn Thái Ngọc Duy2012-11-261-0/+8
|/
* attr: more matching optimizations from .gitignoreNguyễn Thái Ngọc Duy2012-10-151-0/+11
* gitignore: make pattern parsing code a separate functionNguyễn Thái Ngọc Duy2012-10-151-1/+1
* Merge commit 'f9f6e2c' into nd/attr-match-optim-moreJunio C Hamano2012-10-051-1/+1
|\
| * exclude: do strcmp as much as possible before fnmatchNguyễn Thái Ngọc Duy2012-06-071-1/+1
* | Merge branch 'jc/ls-files-i-dir' into maintJunio C Hamano2012-07-111-1/+17
|\ \ | |/ |/|
| * dir.c: make excluded() file scope staticJunio C Hamano2012-06-051-1/+0
| * path_excluded(): update API to less cache-entry centricJunio C Hamano2012-06-051-1/+2
| * ls-files -i: pay attention to exclusion of leading pathsJunio C Hamano2012-06-031-0/+16
* | remove_dir_recursively(): Add flag for skipping removal of toplevel dirJunio C Hamano2012-03-151-0/+1
|/
* rename pathspec_prefix() to common_prefix() and move to dir.[ch]Clemens Buchacher2011-09-121-1/+1
* consolidate pathspec_prefix and common_prefixJunio C Hamano2011-09-061-0/+1
* Merge branch 'nd/maint-setup'Junio C Hamano2011-05-021-1/+1
|\
| * Kill off get_relative_cwd()Nguyễn Thái Ngọc Duy2011-03-281-1/+0
| * setup: return correct prefix if worktree is '/'Nguyễn Thái Ngọc Duy2011-03-281-0/+1
* | pathspec: add match_pathspec_depth()Nguyễn Thái Ngọc Duy2011-02-031-0/+3
* | tree_entry_interesting(): support depth limitNguyễn Thái Ngọc Duy2011-02-031-0/+1
|/
* Merge branch 'nd/maint-fix-add-typo-detection'Junio C Hamano2010-12-221-0/+1
|\
| * dir.c: add free_excludes()Nguyễn Thái Ngọc Duy2010-11-291-0/+1
* | Add string comparison functions that respect the ignore_case variable.Joshua Jensen2010-10-061-0/+4
|/
* git add: Add the "--ignore-missing" option for the dry runJens Lehmann2010-07-121-0/+1
* Merge branch 'nd/sparse'Junio C Hamano2010-01-131-0/+4
|\