summaryrefslogtreecommitdiff
path: root/dir.c
AgeCommit message (Expand)Author
2014-04-03Merge branch 'cb/aix'Junio C Hamano
2014-03-31dir.c: make git_fnmatch() not inlineCharles Bailey
2014-03-18Merge branch 'dd/use-alloc-grow'Junio C Hamano
2014-03-14Merge branch 'nd/no-more-fnmatch'Junio C Hamano
2014-03-14Merge branch 'nd/gitignore-trailing-whitespace'Junio C Hamano
2014-03-03dir.c: use ALLOC_GROW() in create_simplify()Dmitry S. Dolzhenko
2014-02-24pathspec: pass directory indicator to match_pathspec_item()Nguyễn Thái Ngọc Duy
2014-02-24match_pathspec: match pathspec "foo/" against directory "foo"Nguyễn Thái Ngọc Duy
2014-02-24dir.c: prepare match_pathspec_item for taking more flagsNguyễn Thái Ngọc Duy
2014-02-24pathspec: rename match_pathspec_depth() to match_pathspec()Nguyễn Thái Ngọc Duy
2014-02-20use wildmatch() directly without fnmatch() wrapperNguyễn Thái Ngọc Duy
2014-02-10dir: ignore trailing spaces in exclude patternsNguyễn Thái Ngọc Duy
2014-02-10dir: warn about trailing spaces in exclude patternsNguyễn Thái Ngọc Duy
2014-01-27Merge branch 'mh/safe-create-leading-directories'Junio C Hamano
2014-01-21remove_dir_recurse(): handle disappearing files and directoriesMichael Haggerty
2014-01-21remove_dir_recurse(): tighten condition for removing unreadable dirMichael Haggerty
2013-12-06Support pathspec magic :(exclude) and its short form :!Nguyễn Thái Ngọc Duy
2013-09-17dir: revert work-around for retired dangerous behaviorEric Sunshine
2013-09-17name-hash: stop storing trailing '/' on paths in index_state.dir_hashEric Sunshine
2013-09-17employ new explicit "exists in index?" APIEric Sunshine
2013-09-11Merge branch 'jc/ls-files-killed-optim'Junio C Hamano
2013-09-09Merge branch 'jl/submodule-mv'Junio C Hamano
2013-08-23dir.c::test_one_path(): work around directory_exists_in_index_icase() breakageEric Sunshine
2013-08-15ls-files -k: a directory only can be killed if the index has a non-directoryJunio C Hamano
2013-08-15dir.c: use the cache_* macro to access the current indexJunio C Hamano
2013-07-22Merge branch 'nd/const-struct-cache-entry'Junio C Hamano
2013-07-15parse_pathspec: accept :(icase)path syntaxNguyễn Thái Ngọc Duy
2013-07-15pathspec: support :(glob) syntaxNguyễn Thái Ngọc Duy
2013-07-15pathspec: support :(literal) syntax for noglob pathspecNguyễn Thái Ngọc Duy
2013-07-15kill limit_pathspec_to_literal() as it's only used by parse_pathspec()Nguyễn Thái Ngọc Duy
2013-07-15rename field "raw" to "_raw" in struct pathspecNguyễn Thái Ngọc Duy
2013-07-15remove match_pathspec() in favor of match_pathspec_depth()Nguyễn Thái Ngọc Duy
2013-07-15remove init_pathspec() in favor of parse_pathspec()Nguyễn Thái Ngọc Duy
2013-07-15convert common_prefix() to use struct pathspecNguyễn Thái Ngọc Duy
2013-07-15convert {read,fill}_directory to take struct pathspecNguyễn Thái Ngọc Duy
2013-07-15guard against new pathspec magic in pathspec matching codeNguyễn Thái Ngọc Duy
2013-07-15parse_pathspec: add special flag for max_depth featureNguyễn Thái Ngọc Duy
2013-07-15parse_pathspec: save original pathspec for reportingNguyễn Thái Ngọc Duy
2013-07-15add parse_pathspec() that converts cmdline args to struct pathspecNguyễn Thái Ngọc Duy
2013-07-15move struct pathspec and related functions to pathspec.[ch]Nguyễn Thái Ngọc Duy
2013-07-09Convert "struct cache_entry *" to "const ..." wherever possibleNguyễn Thái Ngọc Duy
2013-07-01treat_directory(): do not declare submodules to be untrackedJunio C Hamano
2013-06-03Merge branch 'kb/status-ignored-optim-2'Junio C Hamano
2013-06-02dir.c: fix ignore processing within not-ignored directoriesKarsten Blees
2013-05-29Merge branch 'jn/config-ignore-inaccessible'Junio C Hamano
2013-04-15dir.c: git-status --ignored: don't scan the work tree twiceKarsten Blees
2013-04-15dir.c: git-status --ignored: don't scan the work tree three timesKarsten Blees
2013-04-15dir.c: git-status: avoid is_excluded checks for tracked filesKarsten Blees
2013-04-15dir.c: replace is_path_excluded with now equivalent is_excluded APIKarsten Blees
2013-04-15dir.c: unify is_excluded and is_path_excluded APIsKarsten Blees