summaryrefslogtreecommitdiff
path: root/dir.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-19add global --literal-pathspecs optionJeff King1-6/+19
2012-11-26pathspec: apply "*.c" optimization from excludeNguyễn Thái Ngọc Duy1-2/+16
2012-11-26pathspec: do exact comparison on the leading non-wildcard partNguyễn Thái Ngọc Duy1-1/+17
2012-11-19pathspec: save the non-wildcard length partNguyễn Thái Ngọc Duy1-3/+3
2012-11-09Merge branch 'nd/attr-match-optim-more'Jeff King1-66/+126
2012-10-15Support "**" wildcard in .gitignore and .gitattributesNguyễn Thái Ngọc Duy1-1/+3
2012-10-15attr: more matching optimizations from .gitignoreNguyễn Thái Ngọc Duy1-11/+11
2012-10-15gitignore: make pattern parsing code a separate functionNguyễn Thái Ngọc Duy1-22/+49
2012-10-15exclude: split pathname matching code into a separate functionNguyễn Thái Ngọc Duy1-32/+53
2012-10-15exclude: fix a bug in prefix compare optimizationNguyễn Thái Ngọc Duy1-1/+1
2012-10-15exclude: split basename matching code into a separate functionNguyễn Thái Ngọc Duy1-13/+24
2012-10-15exclude: stricten a length check in EXC_FLAG_ENDSWITH caseNguyễn Thái Ngọc Duy1-2/+3
2012-10-05Merge commit 'f9f6e2c' into nd/attr-match-optim-moreJunio C Hamano1-63/+74
2012-08-21warn_on_inaccessible(): a helper to warn on inaccessible pathsJunio C Hamano1-1/+1
2012-08-21gitignore: report access errors of exclude filesJeff King1-2/+4
2012-07-25Merge branch 'mm/config-xdg'Junio C Hamano1-1/+1
2012-07-24ignore: make sure we have an xdg path before using itMatthieu Moy1-1/+1
2012-07-11Merge branch 'jc/ls-files-i-dir' into maintJunio C Hamano1-1/+59
2012-07-09Merge branch 'mm/config-xdg'Junio C Hamano1-1/+6
2012-06-28Merge branch 'nd/exclude-workaround-top-heavy'Junio C Hamano1-63/+74
2012-06-25Let core.excludesfile default to $XDG_CONFIG_HOME/git/ignoreHuynh Khoi Nguyen Nguyen1-1/+6
2012-06-21Merge branch 'jc/ls-files-i-dir'Junio C Hamano1-1/+59
2012-06-07exclude: do strcmp as much as possible before fnmatchNguyễn Thái Ngọc Duy1-13/+24
2012-06-07dir.c: get rid of the wildcard symbol set in no_wildcard()Nguyễn Thái Ngọc Duy1-16/+16
2012-06-05dir.c: make excluded() file scope staticJunio C Hamano1-1/+1
2012-06-05path_excluded(): update API to less cache-entry centricJunio C Hamano1-12/+20
2012-06-03ls-files -i: micro-optimize path_excluded()Junio C Hamano1-0/+18
2012-06-03ls-files -i: pay attention to exclusion of leading pathsJunio C Hamano1-0/+32
2012-05-29Unindent excluded_from_list()Nguyễn Thái Ngọc Duy1-45/+45
2012-05-11dir: simplify fill_directory()René Scharfe1-8/+1
2012-05-11dir: respect string length argument of read_directory_recursive()René Scharfe1-8/+8
2012-05-08Merge branch 'rs/maint-dir-strbuf' into rs/dir-strbufJunio C Hamano1-39/+37
2012-05-08dir: convert to strbufRené Scharfe1-39/+36
2012-03-15clean: preserve nested git worktree in subdirectoriesJunio C Hamano1-6/+21
2012-03-15remove_dir_recursively(): Add flag for skipping removal of toplevel dirJunio C Hamano1-4/+10
2011-10-27read_directory_recursive: reduce one indentation levelNguyễn Thái Ngọc Duy1-24/+24
2011-09-12rename pathspec_prefix() to common_prefix() and move to dir.[ch]Clemens Buchacher1-1/+12
2011-09-06consolidate pathspec_prefix and common_prefixJunio C Hamano1-28/+24
2011-05-06Merge branch 'nd/struct-pathspec'Junio C Hamano1-3/+3
2011-05-02Merge branch 'nd/maint-setup'Junio C Hamano1-41/+29
2011-04-27Merge branch 'ar/clean-rmdir-empty'Junio C Hamano1-1/+1
2011-04-05pathspec: rename per-item field has_wildcard to use_wildcardJunio C Hamano1-3/+3
2011-04-01clean: unreadable directory may still be rmdir-able if it is emptyAlex Riesen1-1/+1
2011-03-28Kill off get_relative_cwd()Nguyễn Thái Ngọc Duy1-49/+6
2011-03-28setup: return correct prefix if worktree is '/'Nguyễn Thái Ngọc Duy1-0/+31
2011-03-17Name make_*_path functions more accuratelyCarlos Martín Nieto1-1/+1
2011-02-03pathspec: add match_pathspec_depth()Nguyễn Thái Ngọc Duy1-0/+89
2011-02-03tree_entry_interesting(): support wildcard matchingNguyễn Thái Ngọc Duy1-0/+3
2011-02-03tree_entry_interesting(): fix depth limit with overlapping pathspecsNguyễn Thái Ngọc Duy1-0/+13
2011-02-03tree_entry_interesting(): support depth limitNguyễn Thái Ngọc Duy1-0/+15