summaryrefslogtreecommitdiff
path: root/dir.c
AgeCommit message (Expand)Author
2013-01-06Merge branch 'jk/pathspec-literal'Junio C Hamano
2012-12-19add global --literal-pathspecs optionJeff King
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-11-19pathspec: save the non-wildcard length partNguyễn Thái Ngọc Duy
2012-11-09Merge branch 'nd/attr-match-optim-more'Jeff King
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-15exclude: split pathname matching code into a separate functionNguyễn Thái Ngọc Duy
2012-10-15exclude: fix a bug in prefix compare optimizationNguyễn Thái Ngọc Duy
2012-10-15exclude: split basename matching code into a separate functionNguyễn Thái Ngọc Duy
2012-10-15exclude: stricten a length check in EXC_FLAG_ENDSWITH caseNguyễn Thái Ngọc Duy
2012-10-05Merge commit 'f9f6e2c' into nd/attr-match-optim-moreJunio C Hamano
2012-08-21warn_on_inaccessible(): a helper to warn on inaccessible pathsJunio C Hamano
2012-08-21gitignore: report access errors of exclude filesJeff King
2012-07-25Merge branch 'mm/config-xdg'Junio C Hamano
2012-07-24ignore: make sure we have an xdg path before using itMatthieu Moy
2012-07-11Merge branch 'jc/ls-files-i-dir' into maintJunio C Hamano
2012-07-09Merge branch 'mm/config-xdg'Junio C Hamano
2012-06-28Merge branch 'nd/exclude-workaround-top-heavy'Junio C Hamano
2012-06-25Let core.excludesfile default to $XDG_CONFIG_HOME/git/ignoreHuynh Khoi Nguyen Nguyen
2012-06-21Merge branch 'jc/ls-files-i-dir'Junio C Hamano
2012-06-07exclude: do strcmp as much as possible before fnmatchNguyễn Thái Ngọc Duy
2012-06-07dir.c: get rid of the wildcard symbol set in no_wildcard()Nguyễ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: micro-optimize path_excluded()Junio C Hamano
2012-06-03ls-files -i: pay attention to exclusion of leading pathsJunio C Hamano
2012-05-29Unindent excluded_from_list()Nguyễn Thái Ngọc Duy
2012-05-11dir: simplify fill_directory()René Scharfe
2012-05-11dir: respect string length argument of read_directory_recursive()René Scharfe
2012-05-08Merge branch 'rs/maint-dir-strbuf' into rs/dir-strbufJunio C Hamano
2012-05-08dir: convert to strbufRené Scharfe
2012-03-15clean: preserve nested git worktree in subdirectoriesJunio C Hamano
2012-03-15remove_dir_recursively(): Add flag for skipping removal of toplevel dirJunio C Hamano
2011-10-27read_directory_recursive: reduce one indentation levelNguyễn Thái Ngọc Duy
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-06Merge branch 'nd/struct-pathspec'Junio C Hamano
2011-05-02Merge branch 'nd/maint-setup'Junio C Hamano
2011-04-27Merge branch 'ar/clean-rmdir-empty'Junio C Hamano
2011-04-05pathspec: rename per-item field has_wildcard to use_wildcardJunio C Hamano
2011-04-01clean: unreadable directory may still be rmdir-able if it is emptyAlex Riesen
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-03-17Name make_*_path functions more accuratelyCarlos Martín Nieto
2011-02-03pathspec: add match_pathspec_depth()Nguyễn Thái Ngọc Duy
2011-02-03tree_entry_interesting(): support wildcard matchingNguyễn Thái Ngọc Duy
2011-02-03tree_entry_interesting(): fix depth limit with overlapping pathspecsNguyễn Thái Ngọc Duy
2011-02-03tree_entry_interesting(): support depth limitNguyễn Thái Ngọc Duy