summaryrefslogtreecommitdiffstats
path: root/builtin/read-tree.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai2024-09-131-2/+1
* builtin: add a repository parameter for builtin functionsJohn Cai2024-09-131-1/+4
* builtin: stop using `the_index`Patrick Steinhardt2024-04-181-8/+7
* Merge branch 'eb/hash-transition'Junio C Hamano2024-03-281-1/+1
|\
| * tree-walk: init_tree_desc take an oid to get the hash algorithmEric W. Biederman2023-10-021-1/+1
* | Merge branch 'js/merge-tree-3-trees'Junio C Hamano2024-03-081-1/+2
|\ \
| * | Always check `parse_tree*()`'s return valueJohannes Schindelin2024-02-231-1/+2
* | | treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-2/+0
|/ /
* / parse-options: mark unused "opt" parameter in callbacksJeff King2023-09-051-1/+1
|/
* Merge branch 'gc/config-context'Junio C Hamano2023-07-061-2/+3
|\
| * config: add ctx arg to config_fn_tGlen Choo2023-06-281-2/+3
* | cache.h: remove this no-longer-used headerElijah Newren2023-06-211-2/+1
* | sparse-index.h: move declarations for sparse-index.c from cache.hElijah Newren2023-06-211-0/+1
|/
* hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren2023-04-241-0/+1
* object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
* Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-1/+1
|\
| * cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-1/+1
* | setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | Merge branch 'en/header-cleanup'Junio C Hamano2023-03-171-0/+1
|\ \
| * | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
| |/
* / unpack-trees: special case read-tree debugging as internal usageElijah Newren2023-02-271-5/+5
|/
* read-tree: add "--super-prefix" option, eliminate globalÆvar Arnfjörð Bjarmason2022-12-261-0/+1
* cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason2022-11-211-2/+2
* cocci & cache.h: apply variable section of "pending" index-compatibilityÆvar Arnfjörð Bjarmason2022-11-211-1/+1
* cocci & cache.h: apply a selection of "pending" index-compatibilityÆvar Arnfjörð Bjarmason2022-11-211-1/+1
* cocci & cache.h: remove rarely used "the_index" compat macrosÆvar Arnfjörð Bjarmason2022-11-211-2/+2
* read-tree: use 'skip_cache_tree_update' optionVictoria Dye2022-11-111-0/+4
* doc txt & -h consistency: make "read-tree" consistentÆvar Arnfjörð Bjarmason2022-10-131-1/+1
* doc txt & -h consistency: word-wrapÆvar Arnfjörð Bjarmason2022-10-131-1/+3
* read-tree: make three-way merge sparse-awareVictoria Dye2022-03-011-5/+0
* read-tree: make two-way merge sparse-awareVictoria Dye2022-03-011-5/+0
* read-tree: narrow scope of index expansion for '--prefix'Victoria Dye2022-03-011-2/+1
* read-tree: integrate with sparse indexVictoria Dye2022-03-011-2/+19
* read-tree: explicitly disallow prefixes with a leading '/'Victoria Dye2022-03-011-0/+4
* Change unpack_trees' 'reset' flag into an enumElijah Newren2021-09-271-0/+3
* unpack-trees: introduce preserve_ignored to unpack_trees_optionsElijah Newren2021-09-271-10/+3
* read-tree, merge-recursive: overwrite ignored files by defaultElijah Newren2021-09-271-15/+10
* checkout, read-tree: fix leak of unpack_trees_options.dirElijah Newren2021-09-271-0/+5
* Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu2020-04-281-6/+6
* sparse-checkout: update working directory in-processDerrick Stolee2019-11-221-1/+1
* cmd_{read,write}_tree: rename "unused" variable that is usedJeff King2019-05-131-2/+2
* read-tree: add --quietNguyễn Thái Ngọc Duy2019-03-241-0/+1
* cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy2019-01-241-0/+1
* Merge branch 'nd/the-index'Junio C Hamano2019-01-041-1/+3
|\
| * cache-tree.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-121-1/+3
* | assert NOARG/NONEG behavior of parse-options callbacksJeff King2018-11-061-0/+3
|/
* Merge branch 'rs/parse-opt-lithelp'Junio C Hamano2018-08-171-1/+1
|\
| * parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELPRené Scharfe2018-08-031-1/+1
* | lock_file: move static locks into functionsMartin Ågren2018-05-101-2/+1
|/