summaryrefslogtreecommitdiff
path: root/dir.h
AgeCommit message (Expand)AuthorFilesLines
2013-01-23Merge branch 'as/check-ignore'Libravatar Junio C Hamano1-11/+51
2013-01-10Merge branch 'as/dir-c-cleanup'Libravatar Junio C Hamano1-10/+35
2013-01-06dir.c: improve docs for match_pathspec() and match_pathspec_depth()Libravatar Adam Spiers1-0/+6
2013-01-06dir.c: provide clear_directory() for reclaiming dir_struct memoryLibravatar Adam Spiers1-0/+1
2013-01-06dir.c: keep track of where patterns came fromLibravatar Adam Spiers1-2/+19
2013-01-06dir.c: use a single struct exclude_list per source of excludesLibravatar Adam Spiers1-10/+26
2012-12-28dir.c: rename free_excludes() to clear_exclude_list()Libravatar Adam Spiers1-1/+1
2012-12-28dir.c: refactor is_path_excluded()Libravatar Adam Spiers1-0/+3
2012-12-28dir.c: rename excluded() to is_excluded()Libravatar Adam Spiers1-2/+2
2012-12-28dir.c: rename excluded_from_list() to is_excluded_from_list()Libravatar Adam Spiers1-2/+2
2012-12-28dir.c: rename path_excluded() to is_path_excluded()Libravatar Adam Spiers1-1/+1
2012-12-28dir.c: rename cryptic 'which' variable to more consistent nameLibravatar Adam Spiers1-2/+2
2012-12-28Improve documentation and comments regarding directory traversal APILibravatar Adam Spiers1-2/+24
2012-11-26pathspec: apply "*.c" optimization from excludeLibravatar Nguyễn Thái Ngọc Duy1-0/+1
2012-11-26pathspec: do exact comparison on the leading non-wildcard partLibravatar Nguyễn Thái Ngọc Duy1-0/+8
2012-10-15attr: more matching optimizations from .gitignoreLibravatar Nguyễn Thái Ngọc Duy1-0/+11
2012-10-15gitignore: make pattern parsing code a separate functionLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2012-10-05Merge commit 'f9f6e2c' into nd/attr-match-optim-moreLibravatar Junio C Hamano1-1/+1
2012-07-11Merge branch 'jc/ls-files-i-dir' into maintLibravatar Junio C Hamano1-1/+17
2012-06-07exclude: do strcmp as much as possible before fnmatchLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2012-06-05dir.c: make excluded() file scope staticLibravatar Junio C Hamano1-1/+0
2012-06-05path_excluded(): update API to less cache-entry centricLibravatar Junio C Hamano1-1/+2
2012-06-03ls-files -i: pay attention to exclusion of leading pathsLibravatar Junio C Hamano1-0/+16
2012-03-15remove_dir_recursively(): Add flag for skipping removal of toplevel dirLibravatar Junio C Hamano1-0/+1
2011-09-12rename pathspec_prefix() to common_prefix() and move to dir.[ch]Libravatar Clemens Buchacher1-1/+1
2011-09-06consolidate pathspec_prefix and common_prefixLibravatar Junio C Hamano1-0/+1
2011-05-02Merge branch 'nd/maint-setup'Libravatar Junio C Hamano1-1/+1
2011-03-28Kill off get_relative_cwd()Libravatar Nguyễn Thái Ngọc Duy1-1/+0
2011-03-28setup: return correct prefix if worktree is '/'Libravatar Nguyễn Thái Ngọc Duy1-0/+1
2011-02-03pathspec: add match_pathspec_depth()Libravatar Nguyễn Thái Ngọc Duy1-0/+3
2011-02-03tree_entry_interesting(): support depth limitLibravatar Nguyễn Thái Ngọc Duy1-0/+1
2010-12-22Merge branch 'nd/maint-fix-add-typo-detection'Libravatar Junio C Hamano1-0/+1
2010-11-29dir.c: add free_excludes()Libravatar Nguyễn Thái Ngọc Duy1-0/+1
2010-10-06Add string comparison functions that respect the ignore_case variable.Libravatar Joshua Jensen1-0/+4
2010-07-12git add: Add the "--ignore-missing" option for the dry runLibravatar Jens Lehmann1-0/+1
2010-01-13Merge branch 'nd/sparse'Libravatar Junio C Hamano1-0/+4
2009-08-23dir.c: export excluded_1() and add_excludes_from_file_1()Libravatar Nguyễn Thái Ngọc Duy1-0/+4
2009-07-29clean: require double -f options to nuke nested git repository and work treeLibravatar Junio C Hamano1-1/+4
2009-07-09Simplify read_directory[_recursive]() argumentsLibravatar Linus Torvalds1-1/+1
2009-07-09Add 'fill_directory()' helper function for directory traversalLibravatar Linus Torvalds1-2/+1
2009-02-18Turn the flags in struct dir_struct into a single variableLibravatar Johannes Schindelin1-5/+7
2009-01-11Allow cloning to an existing empty directoryLibravatar Alexander Potashev1-0/+2
2009-01-11add is_dot_or_dotdot inline functionLibravatar Alexander Potashev1-0/+7
2008-10-02dir.c: make dir_add_name() and dir_add_ignored() staticLibravatar Nanako Shiraishi1-1/+0
2008-09-29Add remove_path: a function to remove as much as possible of a pathLibravatar Alex Riesen1-0/+3
2008-02-05gitignore: lazily find dtypeLibravatar Junio C Hamano1-1/+1
2008-02-05gitignore(5): Allow "foo/" in ignore list to match directory "foo"Libravatar Junio C Hamano1-1/+2
2007-11-29per-directory-exclude: lazily read .gitignore filesLibravatar Junio C Hamano1-13/+19
2007-11-14core.excludesfile clean-upLibravatar Junio C Hamano1-0/+1
2007-10-29Speedup scanning for excluded files.Libravatar Lars Knoll1-0/+7