summaryrefslogtreecommitdiffstats
path: root/dir.h
Commit message (Expand)AuthorAgeFilesLines
* dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy2018-08-131-6/+10
* Merge branch 'bc/object-id'Junio C Hamano2018-05-301-2/+3
|\
| * dir: convert struct untracked_cache_dir to object_idbrian m. carlson2018-05-021-2/+3
* | Merge branch 'sb/submodule-move-nested'Junio C Hamano2018-05-081-1/+11
|\ \ | |/ |/|
| * submodule: fixup nested submodules after moving the submoduleStefan Beller2018-03-291-1/+11
* | Merge branch 'nd/fix-untracked-cache-invalidation'Junio C Hamano2018-02-271-1/+1
|\ \
| * | dir.c: ignore paths containing .git when invalidating untracked cacheNguyễn Thái Ngọc Duy2018-02-071-1/+1
* | | dir: convert struct sha1_stat to use object_idPatryk Obara2018-01-301-6/+6
| |/ |/|
* | Merge branch 'jh/object-filtering'Junio C Hamano2017-12-271-0/+3
|\ \ | |/ |/|
| * dir: allow exclusions from blob in addition to fileJeff Hostetler2017-11-221-0/+3
* | Merge branch 'bp/fsmonitor'Junio C Hamano2017-11-211-0/+2
|\ \
| * | fsmonitor: teach git to optionally utilize a file system monitor to speed up ...Ben Peart2017-10-011-0/+2
| |/
* / status: add option to show ignored files differentlyJameson Miller2017-10-311-1/+2
|/
* 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