summaryrefslogtreecommitdiff
path: root/dir.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-25Merge branch 'nd/retire-fnmatch'Junio C Hamano1-1/+2
2013-01-23Merge branch 'as/check-ignore'Junio C Hamano1-34/+118
2013-01-14Merge branch 'ap/status-ignored-in-ignored-directory'Junio C Hamano1-21/+76
2013-01-10Merge branch 'as/dir-c-cleanup'Junio C Hamano1-35/+114
2013-01-10Merge branch 'nd/wildmatch'Junio C Hamano1-1/+3
2013-01-07status: always report ignored tracked directoriesAntoine Pelisse1-6/+3
2013-01-06dir.c: improve docs for match_pathspec() and match_pathspec_depth()Adam Spiers1-12/+26
2013-01-06dir.c: provide clear_directory() for reclaiming dir_struct memoryAdam Spiers1-0/+30
2013-01-06dir.c: keep track of where patterns came fromAdam Spiers1-6/+20
2013-01-06dir.c: use a single struct exclude_list per source of excludesAdam Spiers1-19/+45
2013-01-05Merge branch 'jk/pathspec-literal'Junio C Hamano1-11/+27
2013-01-01dir.c: Make git-status --ignored more consistentAntoine Pelisse1-20/+78
2013-01-01wildmatch: support "no FNM_PATHNAME" modeNguyễn Thái Ngọc Duy1-1/+1
2013-01-01wildmatch: rename constants and update prototypeNguyễn Thái Ngọc Duy1-1/+2
2012-12-28dir.c: rename free_excludes() to clear_exclude_list()Adam Spiers1-1/+5
2012-12-28dir.c: refactor is_path_excluded()Adam Spiers1-9/+38
2012-12-28dir.c: refactor is_excluded()Adam Spiers1-9/+29
2012-12-28dir.c: refactor is_excluded_from_list()Adam Spiers1-9/+28
2012-12-28dir.c: rename excluded() to is_excluded()Adam Spiers1-5/+5
2012-12-28dir.c: rename excluded_from_list() to is_excluded_from_list()Adam Spiers1-5/+6
2012-12-28dir.c: rename path_excluded() to is_path_excluded()Adam Spiers1-2/+2
2012-12-28dir.c: rename cryptic 'which' variable to more consistent nameAdam Spiers1-5/+5
2012-12-28Improve documentation and comments regarding directory traversal APIAdam Spiers1-1/+7
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