summaryrefslogtreecommitdiffstats
path: root/dir.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Sync with 2.44.1Johannes Schindelin2024-04-291-0/+7
|\
| * Sync with 2.42.2Johannes Schindelin2024-04-191-0/+7
| |\
| | * Sync with 2.41.1Johannes Schindelin2024-04-191-0/+7
| | |\
| | | * Sync with 2.40.2Johannes Schindelin2024-04-191-0/+7
| | | |\
| | | | * Sync with 2.39.4Johannes Schindelin2024-04-191-0/+7
| | | | |\
| | | | | * entry: report more colliding pathsJohannes Schindelin2024-04-171-0/+7
* | | | | | dir: create untracked_cache_invalidate_trimmed_path()Jeff Hostetler2024-02-271-0/+7
|/ / / / /
* | | | | dir.[ch]: add 'follow_symlink' arg to 'get_dtype'Victoria Dye2023-10-101-1/+6
* | | | | dir.[ch]: expose 'get_dtype'Victoria Dye2023-10-101-0/+11
|/ / / /
* | | | Merge branch 'cw/strbuf-cleanup'Junio C Hamano2023-07-061-0/+4
|\ \ \ \
| * | | | object-name: move related functions to object-nameCalvin Wan2023-06-121-0/+2
| |/ / /
* | | | Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano2023-06-301-0/+1
|\ \ \ \
| * | | | hash-ll, hashmap: move oidhash() to hash-llElijah Newren2023-06-211-0/+1
| |/ / /
* / / / statinfo.h: move DTYPE defines from dir.hAlejandro R. Sedeño2023-06-121-14/+0
|/ / /
* | | 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-241-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-171-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-211-0/+8
|\
| * sparse-checkout: create helper methodsDerrick Stolee2021-09-081-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-081-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-241-0/+2
* dir: fix problematic API to avoid memory leaksElijah Newren2020-08-191-10/+11
* dir: make clear_directory() free all relevant memoryElijah Newren2020-08-191-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