summaryrefslogtreecommitdiff
path: root/builtin/read-tree.c
AgeCommit message (Expand)Author
2026-01-09cocci: convert parse_tree functions to repo_ variantsRené Scharfe
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt
2025-04-17global: use designated initializers for optionsPatrick Steinhardt
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-04-18builtin: stop using `the_index`Patrick Steinhardt
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano
2024-03-07Merge branch 'js/merge-tree-3-trees'Junio C Hamano
2024-02-23Always check `parse_tree*()`'s return valueJohannes Schindelin
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-10-02tree-walk: init_tree_desc take an oid to get the hash algorithmEric W. Biederman
2023-09-05parse-options: mark unused "opt" parameter in callbacksJeff King
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-06-28config: add ctx arg to config_fn_tGlen Choo
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-21sparse-index.h: move declarations for sparse-index.c from cache.hElijah Newren
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-03-17Merge branch 'en/header-cleanup'Junio C Hamano
2023-02-27unpack-trees: special case read-tree debugging as internal usageElijah Newren
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2022-12-26read-tree: add "--super-prefix" option, eliminate globalÆvar Arnfjörð Bjarmason
2022-11-21cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason
2022-11-21cocci & cache.h: apply variable section of "pending" index-compatibilityÆvar Arnfjörð Bjarmason
2022-11-21cocci & cache.h: apply a selection of "pending" index-compatibilityÆvar Arnfjörð Bjarmason
2022-11-21cocci & cache.h: remove rarely used "the_index" compat macrosÆvar Arnfjörð Bjarmason
2022-11-10read-tree: use 'skip_cache_tree_update' optionVictoria Dye
2022-10-13doc txt & -h consistency: make "read-tree" consistentÆvar Arnfjörð Bjarmason
2022-10-13doc txt & -h consistency: word-wrapÆvar Arnfjörð Bjarmason
2022-03-01read-tree: make three-way merge sparse-awareVictoria Dye
2022-03-01read-tree: make two-way merge sparse-awareVictoria Dye
2022-03-01read-tree: narrow scope of index expansion for '--prefix'Victoria Dye
2022-03-01read-tree: integrate with sparse indexVictoria Dye
2022-03-01read-tree: explicitly disallow prefixes with a leading '/'Victoria Dye
2021-09-27Change unpack_trees' 'reset' flag into an enumElijah Newren
2021-09-27unpack-trees: introduce preserve_ignored to unpack_trees_optionsElijah Newren
2021-09-27read-tree, merge-recursive: overwrite ignored files by defaultElijah Newren
2021-09-27checkout, read-tree: fix leak of unpack_trees_options.dirElijah Newren
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu
2019-11-22sparse-checkout: update working directory in-processDerrick Stolee
2019-05-13cmd_{read,write}_tree: rename "unused" variable that is usedJeff King
2019-03-24read-tree: add --quietNguyễn Thái Ngọc Duy
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy
2019-01-04Merge branch 'nd/the-index'Junio C Hamano
2018-11-12cache-tree.c: remove the_repository referencesNguyễn Thái Ngọc Duy