summaryrefslogtreecommitdiffstats
path: root/dir.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 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 detecting new or changed files.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