summaryrefslogtreecommitdiff
path: root/dir.c
AgeCommit message (Expand)Author
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-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
2011-02-03Add struct pathspecNguyễn Thái Ngọc Duy
2010-12-22Merge branch 'nd/maint-fix-add-typo-detection'Junio C Hamano
2010-12-16Merge branch 'nd/maint-relative'Junio C Hamano
2010-12-04Merge branch 'jj/icase-directory'Junio C Hamano
2010-12-01Revert "excluded_1(): support exclude files in index"Nguyễn Thái Ngọc Duy
2010-11-29dir.c: add free_excludes()Nguyễn Thái Ngọc Duy
2010-11-24get_cwd_relative(): do not misinterpret root pathNguyễn Thái Ngọc Duy
2010-11-08dir.c: fix EXC_FLAG_MUSTBEDIR match in sparse checkoutNguyễn Thái Ngọc Duy
2010-10-06Add case insensitivity support when using git ls-filesJoshua Jensen
2010-10-06Add case insensitivity support for directories when using git statusJoshua Jensen
2010-10-06Case insensitivity support for .gitignore via core.ignorecaseJoshua Jensen
2010-10-06Add string comparison functions that respect the ignore_case variable.Joshua Jensen
2010-09-27dir.c: squelch false uninitialized memory warningPat Notz
2010-07-12git add: Add the "--ignore-missing" option for the dry runJens Lehmann