summaryrefslogtreecommitdiffstats
path: root/dir.c
AgeCommit message (Expand)AuthorLines
2015-06-05Merge branch 'jc/gitignore-precedence' into maintJunio C Hamano-3/+7
2015-06-05Merge branch 'pt/xdg-config-path' into maintJunio C Hamano-5/+2
2015-05-13Merge branch 'cn/bom-in-gitignore' into maintJunio C Hamano-0/+6
2015-05-06dir.c: replace home_config_paths() with xdg_config_home()Paul Tan-5/+2
2015-04-22ignore: info/exclude should trump core.excludesfileJunio C Hamano-3/+7
2015-04-16utf8-bom: introduce skip_utf8_bom() helperJunio C Hamano-5/+4
2015-04-16add_excludes_from_file: clarify the bom skipping logicJunio C Hamano-4/+5
2015-04-16dir: allow a BOM at the beginning of exclude filesCarlos Martín Nieto-1/+7
2015-03-26Merge branch 'jc/report-path-error-to-dir'Junio C Hamano-0/+43
2015-03-24report_path_error(): move to dir.cJunio C Hamano-0/+43
2014-10-24Merge branch 'nd/dir-prep-exclude-cleanup'Junio C Hamano-1/+1
2014-10-21dir.c: remove the second declaration of "stk" in prep_exclude()Nguyễn Thái Ngọc Duy-1/+1
2014-09-02Merge branch 'rs/strbuf-getcwd'Junio C Hamano-4/+8
2014-08-26use xgetcwd() to get the current directory or dieRené Scharfe-4/+8
2014-07-14prep_exclude: remove the artificial PATH_MAX limitNguyễn Thái Ngọc Duy-19/+28
2014-07-14dir.c: coding style fixNguyễn Thái Ngọc Duy-6/+6
2014-06-20cleanup duplicate name_compare() functionsJeremiah Mahler-2/+1
2014-06-02dir.c:trim_trailing_spaces(): fix for " \ " sequencePasha Bolokhov-15/+19
2014-04-03Merge branch 'cb/aix'Junio C Hamano-3/+3
2014-03-31dir.c: make git_fnmatch() not inlineCharles Bailey-3/+3
2014-03-18Merge branch 'dd/use-alloc-grow'Junio C Hamano-4/+1
2014-03-14Merge branch 'nd/no-more-fnmatch'Junio C Hamano-4/+7
2014-03-14Merge branch 'nd/gitignore-trailing-whitespace'Junio C Hamano-0/+20
2014-03-03dir.c: use ALLOC_GROW() in create_simplify()Dmitry S. Dolzhenko-4/+1
2014-02-24pathspec: pass directory indicator to match_pathspec_item()Nguyễn Thái Ngọc Duy-2/+2
2014-02-24match_pathspec: match pathspec "foo/" against directory "foo"Nguyễn Thái Ngọc Duy-1/+6
2014-02-24dir.c: prepare match_pathspec_item for taking more flagsNguyễn Thái Ngọc Duy-6/+13
2014-02-24pathspec: rename match_pathspec_depth() to match_pathspec()Nguyễn Thái Ngọc Duy-10/+10
2014-02-20use wildmatch() directly without fnmatch() wrapperNguyễn Thái Ngọc Duy-4/+7
2014-02-10dir: ignore trailing spaces in exclude patternsNguyễn Thái Ngọc Duy-9/+12
2014-02-10dir: warn about trailing spaces in exclude patternsNguyễn Thái Ngọc Duy-0/+17
2014-01-27Merge branch 'mh/safe-create-leading-directories'Junio C Hamano-7/+20
2014-01-21remove_dir_recurse(): handle disappearing files and directoriesMichael Haggerty-6/+16
2014-01-21remove_dir_recurse(): tighten condition for removing unreadable dirMichael Haggerty-2/+5
2013-12-06Support pathspec magic :(exclude) and its short form :!Nguyễn Thái Ngọc Duy-6/+41
2013-09-17dir: revert work-around for retired dangerous behaviorEric Sunshine-15/+3
2013-09-17name-hash: stop storing trailing '/' on paths in index_state.dir_hashEric Sunshine-1/+1
2013-09-17employ new explicit "exists in index?" APIEric Sunshine-5/+5
2013-09-11Merge branch 'jc/ls-files-killed-optim'Junio C Hamano-8/+44
2013-09-09Merge branch 'jl/submodule-mv'Junio C Hamano-208/+111
2013-08-23dir.c::test_one_path(): work around directory_exists_in_index_icase() breakageEric Sunshine-3/+15
2013-08-15ls-files -k: a directory only can be killed if the index has a non-directoryJunio C Hamano-2/+27
2013-08-15dir.c: use the cache_* macro to access the current indexJunio C Hamano-6/+5
2013-07-22Merge branch 'nd/const-struct-cache-entry'Junio C Hamano-3/+3
2013-07-15parse_pathspec: accept :(icase)path syntaxNguyễn Thái Ngọc Duy-12/+62
2013-07-15pathspec: support :(glob) syntaxNguyễn Thái Ngọc Duy-12/+16
2013-07-15pathspec: support :(literal) syntax for noglob pathspecNguyễn Thái Ngọc Duy-3/+12
2013-07-15kill limit_pathspec_to_literal() as it's only used by parse_pathspec()Nguyễn Thái Ngọc Duy-8/+0
2013-07-15rename field "raw" to "_raw" in struct pathspecNguyễn Thái Ngọc Duy-2/+2
2013-07-15remove match_pathspec() in favor of match_pathspec_depth()Nguyễn Thái Ngọc Duy-107/+0