summaryrefslogtreecommitdiffstats
path: root/dir.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pc/dir-count-slashes'Junio C Hamano2017-06-221-0/+3
|\
| * dir: create function count_slashes()Prathamesh Chavan2017-06-121-0/+3
* | Merge branch 'sl/clean-d-ignored-fix'Junio C Hamano2017-06-021-1/+5
|\ \
| * | dir: expose cmp_name() and check_contains()Samuel Lijin2017-05-221-0/+3
| * | dir: hide untracked contents of untracked dirsSamuel Lijin2017-05-221-1/+2
| |/
* | dir: convert fill_directory to take an indexBrandon Williams2017-05-061-1/+3
* | dir: convert read_directory to take an indexBrandon Williams2017-05-061-1/+3
* | dir: convert is_excluded to take an indexBrandon Williams2017-05-061-1/+4
* | dir: convert add_excludes to take an indexBrandon Williams2017-05-061-1/+1
* | dir: convert is_excluded_from_list to take an indexBrandon Williams2017-05-061-2/+4
* | dir: convert dir_add* to take an indexBrandon Williams2017-05-061-1/+3
|/
* submodule: add absorb-git-dir functionStefan Beller2016-12-121-0/+3
* move connect_work_tree_and_git_dir to dir.hStefan Beller2016-12-121-0/+1
* ls-files: add pathspec matching for submodulesBrandon Williams2016-10-101-0/+4
* Merge branch 'mh/split-under-lock'Junio C Hamano2016-07-251-0/+23
|\
| * remove_dir_recursively(): add docstringMichael Haggerty2016-05-051-0/+23
* | Merge branch 'nd/worktree-various-heads'Junio C Hamano2016-05-231-2/+2
|\ \
| * | dir.c: rename str(n)cmp_icase to fspath(n)cmpNguyễn Thái Ngọc Duy2016-04-221-2/+2
| |/
| * Merge branch 'ss/exc-flag-is-a-collection-of-bits'Junio C Hamano2016-04-061-4/+4
| |\
* | | dir.c: remove dead function fnmatch_icase()Nguyễn Thái Ngọc Duy2016-04-221-1/+0
* | | Merge branch 'ss/exc-flag-is-a-collection-of-bits' into maintJunio C Hamano2016-04-141-4/+4
|\ \ \ | |/ / |/| / | |/
| * dir: store EXC_FLAG_* values in unsigned integersSaurav Sachidanand2016-03-011-4/+4
* | Revert "Merge branch 'nd/exclusion-regression-fix'"Junio C Hamano2016-03-181-3/+0
* | dir.c: support marking some patterns already matchedNguyễn Thái Ngọc Duy2016-02-151-0/+3
* | dir: simplify untracked cache "ident" fieldChristian Couder2016-01-251-1/+0
* | dir: add remove_untracked_cache()Christian Couder2016-01-251-0/+1
* | dir: add {new,add}_untracked_cache()Christian Couder2016-01-251-0/+1
* | Merge branch 'nd/untracked-cache'Junio C Hamano2015-05-261-0/+82
|\ \ | |/ |/|
| * untracked cache: guard and disable on system changesNguyễn Thái Ngọc Duy2015-03-121-0/+2
| * untracked cache: invalidate at index addition or removalNguyễn Thái Ngọc Duy2015-03-121-0/+4
| * untracked cache: load from UNTR index extensionNguyễn Thái Ngọc Duy2015-03-121-0/+2
| * untracked cache: save to an index extensionNguyễn Thái Ngọc Duy2015-03-121-0/+1
| * untracked cache: mark what dirs should be recursed/savedNguyễn Thái Ngọc Duy2015-03-121-1/+2
| * untracked cache: record/validate dir mtime and reuse cached outputNguyễn Thái Ngọc Duy2015-03-121-0/+2
| * untracked cache: initial untracked cache validationNguyễn Thái Ngọc Duy2015-03-121-0/+4
| * untracked cache: record .gitignore information and dir hierarchyNguyễn Thái Ngọc Duy2015-03-121-0/+60
| * dir.c: optionally compute sha-1 of a .gitignore fileNguyễn Thái Ngọc Duy2015-03-121-0/+6
* | Merge branch 'jc/report-path-error-to-dir'Junio C Hamano2015-03-261-0/+1
|\ \ | |/ |/|
| * report_path_error(): move to dir.cJunio C Hamano2015-03-241-0/+1
* | prep_exclude: remove the artificial PATH_MAX limitNguyễn Thái Ngọc Duy2014-07-141-1/+1
* | dir.h: move struct exclude declaration to top levelNguyễn Thái Ngọc Duy2014-07-141-20/+22
|/
* pathspec: pass directory indicator to match_pathspec_item()Nguyễn Thái Ngọc Duy2014-02-241-3/+7
* pathspec: rename match_pathspec_depth() to match_pathspec()Nguyễn Thái Ngọc Duy2014-02-241-5/+5
* pathspec: convert some match_pathspec_depth() to dir_path_match()Nguyễn Thái Ngọc Duy2014-02-241-0/+7
* pathspec: convert some match_pathspec_depth() to ce_path_match()Nguyễn Thái Ngọc Duy2014-02-241-0/+7
* Merge branch 'jc/ls-files-killed-optim'Junio C Hamano2013-09-111-1/+2
|\
| * ls-files -k: a directory only can be killed if the index has a non-directoryJunio C Hamano2013-08-151-1/+2
* | pathspec: support :(glob) syntaxNguyễn Thái Ngọc Duy2013-07-151-5/+4
* | remove match_pathspec() in favor of match_pathspec_depth()Nguyễn Thái Ngọc Duy2013-07-151-1/+0
* | convert common_prefix() to use struct pathspecNguyễn Thái Ngọc Duy2013-07-151-1/+1