Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/dir.c
AgeCommit message (Expand)Author
2013-01-28Merge branch 'ap/status-ignored-in-ignored-directory' into maintJunio C Hamano
2013-01-07status: always report ignored tracked directoriesAntoine Pelisse
2013-01-02dir.c: Make git-status --ignored more consistentAntoine Pelisse
2012-11-09Merge branch 'nd/attr-match-optim-more'Jeff King
2012-10-16attr: more matching optimizations from .gitignoreNguyễn Thái Ngọc Duy
2012-10-16gitignore: make pattern parsing code a separate functionNguyễn Thái Ngọc Duy
2012-10-16exclude: split pathname matching code into a separate functionNguyễn Thái Ngọc Duy
2012-10-16exclude: fix a bug in prefix compare optimizationNguyễn Thái Ngọc Duy
2012-10-16exclude: split basename matching code into a separate functionNguyễn Thái Ngọc Duy
2012-10-16exclude: 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-22warn_on_inaccessible(): a helper to warn on inaccessible pathsJunio C Hamano
2012-08-22gitignore: report access errors of exclude filesJeff King
2012-07-26Merge 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-29Merge 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-22Merge 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-04ls-files -i: micro-optimize path_excluded()Junio C Hamano
2012-06-04ls-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-12dir: simplify fill_directory()René Scharfe
2012-05-12dir: 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-13rename 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-03Merge 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-18Name make_*_path functions more accuratelyCarlos Martín Nieto
2011-02-04pathspec: add match_pathspec_depth()Nguyễn Thái Ngọc Duy
2011-02-04tree_entry_interesting(): support wildcard matchingNguyễn Thái Ngọc Duy
2011-02-04tree_entry_interesting(): fix depth limit with overlapping pathspecsNguyễn Thái Ngọc Duy
2011-02-04tree_entry_interesting(): support depth limitNguyễn Thái Ngọc Duy
2011-02-03Add struct pathspecNguyễn Thái Ngọc Duy
2010-12-23Merge branch 'nd/maint-fix-add-typo-detection'Junio C Hamano