aboutsummaryrefslogtreecommitdiff
path: root/dir.c
Commit message (Expand)AuthorAge
* Merge branch 'jc/report-path-error-to-dir'Junio C Hamano2015-03-26
|\
| * report_path_error(): move to dir.cJunio C Hamano2015-03-24
* | Merge branch 'nd/dir-prep-exclude-cleanup'Junio C Hamano2014-10-24
|\ \
| * | dir.c: remove the second declaration of "stk" in prep_exclude()Nguyễn Thái Ngọc Duy2014-10-21
| |/
* | Merge branch 'rs/strbuf-getcwd'Junio C Hamano2014-09-02
|\ \
| * | use xgetcwd() to get the current directory or dieRené Scharfe2014-08-26
| |/
* | prep_exclude: remove the artificial PATH_MAX limitNguyễn Thái Ngọc Duy2014-07-14
* | dir.c: coding style fixNguyễn Thái Ngọc Duy2014-07-14
* | cleanup duplicate name_compare() functionsJeremiah Mahler2014-06-20
|/
* dir.c:trim_trailing_spaces(): fix for " \ " sequencePasha Bolokhov2014-06-02
* Merge branch 'cb/aix'Junio C Hamano2014-04-03
|\
| * dir.c: make git_fnmatch() not inlineCharles Bailey2014-03-31
* | Merge branch 'dd/use-alloc-grow'Junio C Hamano2014-03-18
|\ \
| * | dir.c: use ALLOC_GROW() in create_simplify()Dmitry S. Dolzhenko2014-03-03
| |/
* | Merge branch 'nd/no-more-fnmatch'Junio C Hamano2014-03-14
|\ \
| * | use wildmatch() directly without fnmatch() wrapperNguyễn Thái Ngọc Duy2014-02-20
| |/
* | Merge branch 'nd/gitignore-trailing-whitespace'Junio C Hamano2014-03-14
|\ \
| * | dir: ignore trailing spaces in exclude patternsNguyễn Thái Ngọc Duy2014-02-10
| * | dir: warn about trailing spaces in exclude patternsNguyễn Thái Ngọc Duy2014-02-10
* | | pathspec: pass directory indicator to match_pathspec_item()Nguyễn Thái Ngọc Duy2014-02-24
* | | match_pathspec: match pathspec "foo/" against directory "foo"Nguyễn Thái Ngọc Duy2014-02-24
* | | dir.c: prepare match_pathspec_item for taking more flagsNguyễn Thái Ngọc Duy2014-02-24
* | | pathspec: rename match_pathspec_depth() to match_pathspec()Nguyễn Thái Ngọc Duy2014-02-24
| |/ |/|
* | Merge branch 'mh/safe-create-leading-directories'Junio C Hamano2014-01-27
|\ \
| * | remove_dir_recurse(): handle disappearing files and directoriesMichael Haggerty2014-01-21
| * | remove_dir_recurse(): tighten condition for removing unreadable dirMichael Haggerty2014-01-21
| |/
* | Support pathspec magic :(exclude) and its short form :!Nguyễn Thái Ngọc Duy2013-12-06
|/
* dir: revert work-around for retired dangerous behaviorEric Sunshine2013-09-17
* name-hash: stop storing trailing '/' on paths in index_state.dir_hashEric Sunshine2013-09-17
* employ new explicit "exists in index?" APIEric Sunshine2013-09-17
* Merge branch 'jc/ls-files-killed-optim'Junio C Hamano2013-09-11
|\
| * dir.c::test_one_path(): work around directory_exists_in_index_icase() breakageEric Sunshine2013-08-23
| * ls-files -k: a directory only can be killed if the index has a non-directoryJunio C Hamano2013-08-15
| * dir.c: use the cache_* macro to access the current indexJunio C Hamano2013-08-15
* | Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-09
|\ \
| * | parse_pathspec: accept :(icase)path syntaxNguyễn Thái Ngọc Duy2013-07-15
| * | pathspec: support :(glob) syntaxNguyễn Thái Ngọc Duy2013-07-15
| * | pathspec: support :(literal) syntax for noglob pathspecNguyễn Thái Ngọc Duy2013-07-15
| * | kill limit_pathspec_to_literal() as it's only used by parse_pathspec()Nguyễn Thái Ngọc Duy2013-07-15
| * | rename field "raw" to "_raw" in struct pathspecNguyễn Thái Ngọc Duy2013-07-15
| * | remove match_pathspec() in favor of match_pathspec_depth()Nguyễn Thái Ngọc Duy2013-07-15
| * | remove init_pathspec() in favor of parse_pathspec()Nguyễn Thái Ngọc Duy2013-07-15
| * | convert common_prefix() to use struct pathspecNguyễn Thái Ngọc Duy2013-07-15
| * | convert {read,fill}_directory to take struct pathspecNguyễn Thái Ngọc Duy2013-07-15
| * | guard against new pathspec magic in pathspec matching codeNguyễn Thái Ngọc Duy2013-07-15
| * | parse_pathspec: add special flag for max_depth featureNguyễn Thái Ngọc Duy2013-07-15
| * | parse_pathspec: save original pathspec for reportingNguyễn Thái Ngọc Duy2013-07-15
| * | add parse_pathspec() that converts cmdline args to struct pathspecNguyễn Thái Ngọc Duy2013-07-15
| * | move struct pathspec and related functions to pathspec.[ch]Nguyễn Thái Ngọc Duy2013-07-15
* | | Merge branch 'nd/const-struct-cache-entry'Junio C Hamano2013-07-22
|\ \ \ | |/ / |/| |