aboutsummaryrefslogtreecommitdiff
path: root/dir.h
Commit message (Expand)AuthorAge
* dir.c: git-status --ignored: don't scan the work tree twiceKarsten Blees2013-04-15
* dir.c: replace is_path_excluded with now equivalent is_excluded APIKarsten Blees2013-04-15
* dir.c: unify is_excluded and is_path_excluded APIsKarsten Blees2013-04-15
* Merge branch 'as/check-ignore'Junio C Hamano2013-01-23
|\
| * dir.c: improve docs for match_pathspec() and match_pathspec_depth()Adam Spiers2013-01-06
| * dir.c: provide clear_directory() for reclaiming dir_struct memoryAdam Spiers2013-01-06
| * dir.c: keep track of where patterns came fromAdam Spiers2013-01-06
| * dir.c: use a single struct exclude_list per source of excludesAdam Spiers2013-01-06
* | Merge branch 'as/dir-c-cleanup'Junio C Hamano2013-01-10
|\ \ | |/
| * dir.c: rename free_excludes() to clear_exclude_list()Adam Spiers2012-12-28
| * dir.c: refactor is_path_excluded()Adam Spiers2012-12-28
| * dir.c: rename excluded() to is_excluded()Adam Spiers2012-12-28
| * dir.c: rename excluded_from_list() to is_excluded_from_list()Adam Spiers2012-12-28
| * dir.c: rename path_excluded() to is_path_excluded()Adam Spiers2012-12-28
| * dir.c: rename cryptic 'which' variable to more consistent nameAdam Spiers2012-12-28
| * Improve documentation and comments regarding directory traversal APIAdam Spiers2012-12-28
* | pathspec: apply "*.c" optimization from excludeNguyễn Thái Ngọc Duy2012-11-26
* | pathspec: do exact comparison on the leading non-wildcard partNguyễn Thái Ngọc Duy2012-11-26
|/
* attr: more matching optimizations from .gitignoreNguyễn Thái Ngọc Duy2012-10-15
* gitignore: make pattern parsing code a separate functionNguyễn Thái Ngọc Duy2012-10-15
* Merge commit 'f9f6e2c' into nd/attr-match-optim-moreJunio C Hamano2012-10-05
|\
| * exclude: do strcmp as much as possible before fnmatchNguyễn Thái Ngọc Duy2012-06-07
* | Merge branch 'jc/ls-files-i-dir' into maintJunio C Hamano2012-07-11
|\ \ | |/ |/|
| * dir.c: make excluded() file scope staticJunio C Hamano2012-06-05
| * path_excluded(): update API to less cache-entry centricJunio C Hamano2012-06-05
| * ls-files -i: pay attention to exclusion of leading pathsJunio C Hamano2012-06-03
* | remove_dir_recursively(): Add flag for skipping removal of toplevel dirJunio C Hamano2012-03-15
|/
* rename pathspec_prefix() to common_prefix() and move to dir.[ch]Clemens Buchacher2011-09-12
* consolidate pathspec_prefix and common_prefixJunio C Hamano2011-09-06
* Merge branch 'nd/maint-setup'Junio C Hamano2011-05-02
|\
| * Kill off get_relative_cwd()Nguyễn Thái Ngọc Duy2011-03-28
| * setup: return correct prefix if worktree is '/'Nguyễn Thái Ngọc Duy2011-03-28
* | pathspec: add match_pathspec_depth()Nguyễn Thái Ngọc Duy2011-02-03
* | tree_entry_interesting(): support depth limitNguyễn Thái Ngọc Duy2011-02-03
|/
* Merge branch 'nd/maint-fix-add-typo-detection'Junio C Hamano2010-12-22
|\
| * dir.c: add free_excludes()Nguyễn Thái Ngọc Duy2010-11-29
* | Add string comparison functions that respect the ignore_case variable.Joshua Jensen2010-10-06
|/
* git add: Add the "--ignore-missing" option for the dry runJens Lehmann2010-07-12
* Merge branch 'nd/sparse'Junio C Hamano2010-01-13
|\
| * dir.c: export excluded_1() and add_excludes_from_file_1()Nguyễn Thái Ngọc Duy2009-08-23
* | clean: require double -f options to nuke nested git repository and work treeJunio C Hamano2009-07-29
|/
* Simplify read_directory[_recursive]() argumentsLinus Torvalds2009-07-09
* Add 'fill_directory()' helper function for directory traversalLinus Torvalds2009-07-09
* Turn the flags in struct dir_struct into a single variableJohannes Schindelin2009-02-18
* Allow cloning to an existing empty directoryAlexander Potashev2009-01-11
* add is_dot_or_dotdot inline functionAlexander Potashev2009-01-11
* dir.c: make dir_add_name() and dir_add_ignored() staticNanako Shiraishi2008-10-02
* Add remove_path: a function to remove as much as possible of a pathAlex Riesen2008-09-29
* gitignore: lazily find dtypeJunio C Hamano2008-02-05
* gitignore(5): Allow "foo/" in ignore list to match directory "foo"Junio C Hamano2008-02-05