summaryrefslogtreecommitdiff
path: root/dir.c
Commit message (Expand)AuthorAgeFilesLines
* dir: store EXC_FLAG_* values in unsigned integersss/exc-flag-is-a-collection-of-bitsSaurav Sachidanand2016-03-011-4/+4
* Merge branch 'rs/janitorial' into maintJunio C Hamano2015-06-161-2/+0
|\
| * dir: remove unused variable sbrs/janitorialRené Scharfe2015-05-201-2/+0
* | Merge branch 'jc/gitignore-precedence' into maintJunio C Hamano2015-06-051-3/+7
|\ \
| * | ignore: info/exclude should trump core.excludesfilejc/gitignore-precedenceJunio C Hamano2015-04-221-3/+7
* | | Merge branch 'pt/xdg-config-path' into maintJunio C Hamano2015-06-051-5/+2
|\ \ \ | |_|/ |/| |
| * | dir.c: replace home_config_paths() with xdg_config_home()Paul Tan2015-05-061-5/+2
* | | Merge branch 'cn/bom-in-gitignore' into maintJunio C Hamano2015-05-131-0/+6
|\ \ \
| * | | utf8-bom: introduce skip_utf8_bom() helperJunio C Hamano2015-04-161-5/+4
| * | | add_excludes_from_file: clarify the bom skipping logicJunio C Hamano2015-04-161-4/+5
| * | | dir: allow a BOM at the beginning of exclude filesCarlos Martín Nieto2015-04-161-1/+7
| |/ /
* | | Merge branch 'jc/report-path-error-to-dir'Junio C Hamano2015-03-261-0/+43
|\ \ \ | |/ / |/| |
| * | report_path_error(): move to dir.cjc/report-path-error-to-dirJunio C Hamano2015-03-241-0/+43
* | | Merge branch 'nd/dir-prep-exclude-cleanup'Junio C Hamano2014-10-241-1/+1
|\ \ \
| * | | dir.c: remove the second declaration of "stk" in prep_exclude()nd/dir-prep-exclude-cleanupNguyễn Thái Ngọc Duy2014-10-211-1/+1
| |/ /
* | | Merge branch 'rs/strbuf-getcwd'Junio C Hamano2014-09-021-4/+8
|\ \ \
| * | | use xgetcwd() to get the current directory or dieRené Scharfe2014-08-261-4/+8
| |/ /
* | | prep_exclude: remove the artificial PATH_MAX limitnd/path-max-must-goNguyễn Thái Ngọc Duy2014-07-141-19/+28
* | | dir.c: coding style fixNguyễn Thái Ngọc Duy2014-07-141-6/+6
* | | cleanup duplicate name_compare() functionsjm/dedup-name-compareJeremiah Mahler2014-06-201-2/+1
|/ /
* | dir.c:trim_trailing_spaces(): fix for " \ " sequencePasha Bolokhov2014-06-021-15/+19
* | Merge branch 'cb/aix'Junio C Hamano2014-04-031-3/+3
|\ \
| * | dir.c: make git_fnmatch() not inlineCharles Bailey2014-03-311-3/+3
* | | Merge branch 'dd/use-alloc-grow'Junio C Hamano2014-03-181-4/+1
|\ \ \
| * | | dir.c: use ALLOC_GROW() in create_simplify()Dmitry S. Dolzhenko2014-03-031-4/+1
| |/ /
* | | Merge branch 'nd/no-more-fnmatch'Junio C Hamano2014-03-141-4/+7
|\ \ \
| * | | use wildmatch() directly without fnmatch() wrapperNguyễn Thái Ngọc Duy2014-02-201-4/+7
| |/ /
* | | Merge branch 'nd/gitignore-trailing-whitespace'Junio C Hamano2014-03-141-0/+20
|\ \ \
| * | | dir: ignore trailing spaces in exclude patternsNguyễn Thái Ngọc Duy2014-02-101-9/+12
| * | | dir: warn about trailing spaces in exclude patternsNguyễn Thái Ngọc Duy2014-02-101-0/+17
| | |/ | |/|
* | | pathspec: pass directory indicator to match_pathspec_item()Nguyễn Thái Ngọc Duy2014-02-241-2/+2
* | | match_pathspec: match pathspec "foo/" against directory "foo"Nguyễn Thái Ngọc Duy2014-02-241-1/+6
* | | dir.c: prepare match_pathspec_item for taking more flagsNguyễn Thái Ngọc Duy2014-02-241-6/+13
* | | pathspec: rename match_pathspec_depth() to match_pathspec()Nguyễn Thái Ngọc Duy2014-02-241-10/+10
| |/ |/|
* | Merge branch 'mh/safe-create-leading-directories'Junio C Hamano2014-01-271-7/+20
|\ \
| * | remove_dir_recurse(): handle disappearing files and directoriesMichael Haggerty2014-01-211-6/+16
| * | remove_dir_recurse(): tighten condition for removing unreadable dirMichael Haggerty2014-01-211-2/+5
| |/
* | Support pathspec magic :(exclude) and its short form :!Nguyễn Thái Ngọc Duy2013-12-061-6/+41
|/
* dir: revert work-around for retired dangerous behaviores/name-hash-no-trailing-slash-in-dirsEric Sunshine2013-09-171-15/+3
* name-hash: stop storing trailing '/' on paths in index_state.dir_hashEric Sunshine2013-09-171-1/+1
* employ new explicit "exists in index?" APIEric Sunshine2013-09-171-5/+5
* Merge branch 'jc/ls-files-killed-optim'Junio C Hamano2013-09-111-8/+44
|\
| * dir.c::test_one_path(): work around directory_exists_in_index_icase() breakagejc/ls-files-killed-optimEric Sunshine2013-08-231-3/+15
| * ls-files -k: a directory only can be killed if the index has a non-directoryJunio C Hamano2013-08-151-2/+27
| * dir.c: use the cache_* macro to access the current indexJunio C Hamano2013-08-151-6/+5
* | Merge branch 'jl/submodule-mv'Junio C Hamano2013-09-091-208/+111
|\ \
| * | parse_pathspec: accept :(icase)path syntaxNguyễn Thái Ngọc Duy2013-07-151-12/+62
| * | pathspec: support :(glob) syntaxNguyễn Thái Ngọc Duy2013-07-151-12/+16
| * | pathspec: support :(literal) syntax for noglob pathspecNguyễn Thái Ngọc Duy2013-07-151-3/+12
| * | kill limit_pathspec_to_literal() as it's only used by parse_pathspec()Nguyễn Thái Ngọc Duy2013-07-151-8/+0