summaryrefslogtreecommitdiff
path: root/dir.h
AgeCommit message (Expand)Author
2013-01-24Merge branch 'as/check-ignore'Junio C Hamano
2013-01-10Merge branch 'as/dir-c-cleanup'Junio C Hamano
2013-01-06dir.c: improve docs for match_pathspec() and match_pathspec_depth()Adam Spiers
2013-01-06dir.c: provide clear_directory() for reclaiming dir_struct memoryAdam Spiers
2013-01-06dir.c: keep track of where patterns came fromAdam Spiers
2013-01-06dir.c: use a single struct exclude_list per source of excludesAdam Spiers
2012-12-28dir.c: rename free_excludes() to clear_exclude_list()Adam Spiers
2012-12-28dir.c: refactor is_path_excluded()Adam Spiers
2012-12-28dir.c: rename excluded() to is_excluded()Adam Spiers
2012-12-28dir.c: rename excluded_from_list() to is_excluded_from_list()Adam Spiers
2012-12-28dir.c: rename path_excluded() to is_path_excluded()Adam Spiers
2012-12-28dir.c: rename cryptic 'which' variable to more consistent nameAdam Spiers
2012-12-28Improve documentation and comments regarding directory traversal APIAdam Spiers
2012-11-26pathspec: apply "*.c" optimization from excludeNguyễn Thái Ngọc Duy
2012-11-26pathspec: do exact comparison on the leading non-wildcard partNguyễn Thái Ngọc Duy
2012-10-15attr: more matching optimizations from .gitignoreNguyễn Thái Ngọc Duy
2012-10-15gitignore: make pattern parsing code a separate functionNguyễn Thái Ngọc Duy
2012-10-05Merge commit 'f9f6e2c' into nd/attr-match-optim-moreJunio C Hamano
2012-07-11Merge branch 'jc/ls-files-i-dir' into maintJunio C Hamano
2012-06-07exclude: do strcmp as much as possible before fnmatchNguyễn Thái Ngọc Duy
2012-06-06dir.c: make excluded() file scope staticJunio C Hamano
2012-06-06path_excluded(): update API to less cache-entry centricJunio C Hamano
2012-06-03ls-files -i: pay attention to exclusion of leading pathsJunio C Hamano
2012-03-15remove_dir_recursively(): Add flag for skipping removal of toplevel dirJunio C Hamano
2011-09-12rename pathspec_prefix() to common_prefix() and move to dir.[ch]Clemens Buchacher
2011-09-06consolidate pathspec_prefix and common_prefixJunio C Hamano
2011-05-02Merge branch 'nd/maint-setup'Junio C Hamano
2011-03-29Kill off get_relative_cwd()Nguyễn Thái Ngọc Duy
2011-03-29setup: return correct prefix if worktree is '/'Nguyễn Thái Ngọc Duy
2011-02-03pathspec: add match_pathspec_depth()Nguyễn Thái Ngọc Duy
2011-02-03tree_entry_interesting(): support depth limitNguyễn Thái Ngọc Duy
2010-12-22Merge branch 'nd/maint-fix-add-typo-detection'Junio C Hamano
2010-11-29dir.c: add free_excludes()Nguyễn Thái Ngọc Duy
2010-10-06Add string comparison functions that respect the ignore_case variable.Joshua Jensen
2010-07-12git add: Add the "--ignore-missing" option for the dry runJens Lehmann
2010-01-13Merge branch 'nd/sparse'Junio C Hamano
2009-08-24dir.c: export excluded_1() and add_excludes_from_file_1()Nguyễn Thái Ngọc Duy
2009-07-29clean: require double -f options to nuke nested git repository and work treeJunio C Hamano
2009-07-09Simplify read_directory[_recursive]() argumentsLinus Torvalds
2009-07-09Add 'fill_directory()' helper function for directory traversalLinus Torvalds
2009-02-18Turn the flags in struct dir_struct into a single variableJohannes Schindelin
2009-01-11Allow cloning to an existing empty directoryAlexander Potashev
2009-01-11add is_dot_or_dotdot inline functionAlexander Potashev
2008-10-03dir.c: make dir_add_name() and dir_add_ignored() staticNanako Shiraishi
2008-09-29Add remove_path: a function to remove as much as possible of a pathAlex Riesen
2008-02-05gitignore: lazily find dtypeJunio C Hamano
2008-02-05gitignore(5): Allow "foo/" in ignore list to match directory "foo"Junio C Hamano
2007-11-29per-directory-exclude: lazily read .gitignore filesJunio C Hamano
2007-11-14core.excludesfile clean-upJunio C Hamano
2007-10-30Speedup scanning for excluded files.Lars Knoll