summaryrefslogtreecommitdiff
path: root/dir.h
Commit message (Expand)AuthorAgeFilesLines
* dir.h: move DTYPE defines from cache.hElijah Newren2023-04-241-0/+15
* Merge branch 'en/header-cleanup'Junio C Hamano2023-03-171-14/+2
|\
| * dir.h: refactor to no longer need to include cache.hElijah Newren2023-02-231-14/+2
* | dir: mark output only fields of dir_struct as suchElijah Newren2023-02-271-8/+8
* | dir: add a usage note to exclude_per_dirElijah Newren2023-02-271-2/+6
* | dir: separate public from internal portion of dir_structElijah Newren2023-02-271-40/+46
|/
* dir.c: free "ident" and "exclude_per_dir" in "struct untracked_cache"Ævar Arnfjörð Bjarmason2022-11-211-0/+1
* match_pathname(): drop unused "flags" parameterJeff King2022-08-191-1/+1
* dir API: add a generalized path_match_flags() functionÆvar Arnfjörð Bjarmason2022-05-161-0/+63
* dir: new flag to remove_dir_recurse() to spare the original_cwdElijah Newren2021-12-091-0/+3
* dir: avoid incidentally removing the original_cwd in remove_path()Elijah Newren2021-12-091-1/+5
* Merge branch 'ds/sparse-index-ignored-files'Junio C Hamano2021-09-201-0/+8
|\
| * sparse-checkout: create helper methodsDerrick Stolee2021-09-071-0/+8
* | dir: libify and export helper functions from clone.cAtharva Raykar2021-08-101-0/+11
|/
* Merge branch 'ew/many-alternate-optim'Junio C Hamano2021-07-281-0/+2
|\
| * speed up alt_odb_usable() with many alternatesEric Wong2021-07-071-0/+2
* | dir.[ch]: replace dir_init() with DIR_INITÆvar Arnfjörð Bjarmason2021-07-011-2/+2
|/
* Merge branch 'en/dir-traversal'Junio C Hamano2021-05-201-0/+6
|\
| * dir: introduce readdir_skip_dot_and_dotdot() helperElijah Newren2021-05-131-0/+2
| * dir: report number of visited directories and paths with trace2Elijah Newren2021-05-131-0/+4
* | Merge branch 'ds/sparse-index-protections'Junio C Hamano2021-04-301-4/+4
|\ \
| * | *: remove 'const' qualifier for struct index_stateDerrick Stolee2021-04-141-4/+4
| |/
* | exclude: add flags parameter to add_patterns()Jeff King2021-02-161-1/+2
|/
* sparse-checkout: load sparse-checkout patternsDerrick Stolee2021-01-231-0/+2
* dir: fix problematic API to avoid memory leaksElijah Newren2020-08-181-10/+11
* dir: make clear_directory() free all relevant memoryElijah Newren2020-08-181-1/+1
* 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