summaryrefslogtreecommitdiff
path: root/dir.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ds/sparse-cone'Junio C Hamano2019-12-251-0/+36
|\
| * unpack-trees: hash less in cone modeDerrick Stolee2019-11-221-0/+1
| * sparse-checkout: init and set in cone modeDerrick Stolee2019-11-221-0/+4
| * sparse-checkout: use hashmaps for cone patternsDerrick Stolee2019-11-221-0/+31
* | dir: move doc to dir.hHeba Waly2019-11-181-5/+114
|/
* Merge branch 'en/clean-nested-with-ignored'Junio C Hamano2019-10-111-3/+5
|\
| * clean: avoid removing untracked files in a nested git repositoryElijah Newren2019-09-171-1/+2
| * dir: if our pathspec might match files under a dir, recurse into itElijah Newren2019-09-171-2/+3
* | unpack-trees: rename 'is_excluded_from_list()'Derrick Stolee2019-09-051-4/+17
* | treewide: rename 'exclude' methods to 'pattern'Derrick Stolee2019-09-051-11/+11
* | treewide: rename 'EXCL_FLAG_' to 'PATTERN_FLAG_'Derrick Stolee2019-09-051-5/+5
* | treewide: rename 'struct exclude_list' to 'struct pattern_list'Derrick Stolee2019-09-051-9/+9
* | treewide: rename 'struct exclude' to 'struct path_pattern'Derrick Stolee2019-09-051-4/+4
|/
* Merge branch 'dl/no-extern-in-func-decl'Junio C Hamano2019-05-131-70/+70
|\
| * *.[ch]: manually align parameter listsDenton Liu2019-05-051-31/+31
| * *.[ch]: remove extern from function declarations using spatchDenton Liu2019-05-051-35/+35
* | Merge branch 'nd/sha1-name-c-wo-the-repository'Junio C Hamano2019-05-091-1/+3
|\ \
| * | sha1-name.c: remove the_repo from diagnose_invalid_index_path()Nguyễn Thái Ngọc Duy2019-04-161-1/+3
| |/
* | report_path_error(): drop unused prefix parameterJeff King2019-03-201-1/+1
|/
* 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 submodulesb/submodule-move-nestedStefan 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 cachend/fix-untracked-cache-invalidationNguyễ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()pc/dir-count-slashesPrathamesh 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 indexbw/dir-c-stops-relying-on-the-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 submodulesbw/ls-files-recurse-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
| |/