aboutsummaryrefslogtreecommitdiff
path: root/dir.h
Commit message (Expand)AuthorAge
* Merge branch 'jh/object-filtering'Junio C Hamano2017-12-27
|\
| * dir: allow exclusions from blob in addition to fileJeff Hostetler2017-11-22
* | Merge branch 'bp/fsmonitor'Junio C Hamano2017-11-21
|\ \
| * | fsmonitor: teach git to optionally utilize a file system monitor to speed up ...Ben Peart2017-10-01
| |/
* | status: add option to show ignored files differentlyJameson Miller2017-10-31
|/
* Merge branch 'pc/dir-count-slashes'Junio C Hamano2017-06-22
|\
| * dir: create function count_slashes()Prathamesh Chavan2017-06-12
* | Merge branch 'sl/clean-d-ignored-fix'Junio C Hamano2017-06-02
|\ \
| * | dir: expose cmp_name() and check_contains()Samuel Lijin2017-05-22
| * | dir: hide untracked contents of untracked dirsSamuel Lijin2017-05-22
| |/
* | dir: convert fill_directory to take an indexBrandon Williams2017-05-06
* | dir: convert read_directory to take an indexBrandon Williams2017-05-06
* | dir: convert is_excluded to take an indexBrandon Williams2017-05-06
* | dir: convert add_excludes to take an indexBrandon Williams2017-05-06
* | dir: convert is_excluded_from_list to take an indexBrandon Williams2017-05-06
* | dir: convert dir_add* to take an indexBrandon Williams2017-05-06
|/
* submodule: add absorb-git-dir functionStefan Beller2016-12-12
* move connect_work_tree_and_git_dir to dir.hStefan Beller2016-12-12
* ls-files: add pathspec matching for submodulesBrandon Williams2016-10-10
* Merge branch 'mh/split-under-lock'Junio C Hamano2016-07-25
|\
| * remove_dir_recursively(): add docstringMichael Haggerty2016-05-05
* | Merge branch 'nd/worktree-various-heads'Junio C Hamano2016-05-23
|\ \
| * | dir.c: rename str(n)cmp_icase to fspath(n)cmpNguyễn Thái Ngọc Duy2016-04-22
| |/
| * Merge branch 'ss/exc-flag-is-a-collection-of-bits'Junio C Hamano2016-04-06
| |\
* | | dir.c: remove dead function fnmatch_icase()Nguyễn Thái Ngọc Duy2016-04-22
* | | Merge branch 'ss/exc-flag-is-a-collection-of-bits' into maintJunio C Hamano2016-04-14
|\ \ \ | |/ / |/| / | |/
| * dir: store EXC_FLAG_* values in unsigned integersSaurav Sachidanand2016-03-01
* | Revert "Merge branch 'nd/exclusion-regression-fix'"Junio C Hamano2016-03-18
* | dir.c: support marking some patterns already matchedNguyễn Thái Ngọc Duy2016-02-15
* | dir: simplify untracked cache "ident" fieldChristian Couder2016-01-25
* | dir: add remove_untracked_cache()Christian Couder2016-01-25
* | dir: add {new,add}_untracked_cache()Christian Couder2016-01-25
* | Merge branch 'nd/untracked-cache'Junio C Hamano2015-05-26
|\ \ | |/ |/|
| * untracked cache: guard and disable on system changesNguyễn Thái Ngọc Duy2015-03-12
| * untracked cache: invalidate at index addition or removalNguyễn Thái Ngọc Duy2015-03-12
| * untracked cache: load from UNTR index extensionNguyễn Thái Ngọc Duy2015-03-12
| * untracked cache: save to an index extensionNguyễn Thái Ngọc Duy2015-03-12
| * untracked cache: mark what dirs should be recursed/savedNguyễn Thái Ngọc Duy2015-03-12
| * untracked cache: record/validate dir mtime and reuse cached outputNguyễn Thái Ngọc Duy2015-03-12
| * untracked cache: initial untracked cache validationNguyễn Thái Ngọc Duy2015-03-12
| * untracked cache: record .gitignore information and dir hierarchyNguyễn Thái Ngọc Duy2015-03-12
| * dir.c: optionally compute sha-1 of a .gitignore fileNguyễn Thái Ngọc Duy2015-03-12
* | Merge branch 'jc/report-path-error-to-dir'Junio C Hamano2015-03-26
|\ \ | |/ |/|
| * report_path_error(): move to dir.cJunio C Hamano2015-03-24
* | prep_exclude: remove the artificial PATH_MAX limitNguyễn Thái Ngọc Duy2014-07-14
* | dir.h: move struct exclude declaration to top levelNguyễn Thái Ngọc Duy2014-07-14
|/
* pathspec: pass directory indicator to match_pathspec_item()Nguyễ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
* pathspec: convert some match_pathspec_depth() to dir_path_match()Nguyễn Thái Ngọc Duy2014-02-24
* pathspec: convert some match_pathspec_depth() to ce_path_match()Nguyễn Thái Ngọc Duy2014-02-24