summaryrefslogtreecommitdiff
path: root/dir.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * dir.c: export excluded_1() and add_excludes_from_file_1()Nguyễn Thái Ngọc Duy2009-08-231-0/+4
* | clean: require double -f options to nuke nested git repository and work treeJunio C Hamano2009-07-291-1/+4
|/
* Simplify read_directory[_recursive]() argumentsLinus Torvalds2009-07-091-1/+1
* Add 'fill_directory()' helper function for directory traversalLinus Torvalds2009-07-091-2/+1
* Turn the flags in struct dir_struct into a single variableJohannes Schindelin2009-02-181-5/+7
* Allow cloning to an existing empty directoryAlexander Potashev2009-01-111-0/+2
* add is_dot_or_dotdot inline functionAlexander Potashev2009-01-111-0/+7
* dir.c: make dir_add_name() and dir_add_ignored() staticNanako Shiraishi2008-10-021-1/+0
* Add remove_path: a function to remove as much as possible of a pathAlex Riesen2008-09-291-0/+3
* gitignore: lazily find dtypeJunio C Hamano2008-02-051-1/+1
* gitignore(5): Allow "foo/" in ignore list to match directory "foo"Junio C Hamano2008-02-051-1/+2