summaryrefslogtreecommitdiff
path: root/builtin/read-tree.c
Commit message (Expand)AuthorAgeFilesLines
* 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-231-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-101-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
|/
* submodule: remove gitmodules_configBrandon Williams2017-08-031-2/+0
* Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\
| * config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* | Merge branch 'sb/submodule-blanket-recursive'Junio C Hamano2017-06-131-23/+9
|\ \
| * | Introduce 'submodule.recurse' option for worktree manipulatorsStefan Beller2017-06-011-1/+9
| * | reset/checkout/read-tree: unify config callback for submodule recursionStefan Beller2017-05-301-25/+3
| * | submodule recursing: do not write a config variable twiceStefan Beller2017-05-301-1/+1
| |/
* | Merge branch 'ja/do-not-ask-needless-questions'Junio C Hamano2017-05-291-2/+3
|\ \
| * | read-tree -m: make error message for merging 0 trees less smart aleckJean-Noel Avila2017-05-121-2/+3
* | | Merge branch 'jc/read-tree-empty-with-m'Junio C Hamano2017-05-291-1/+1
|\ \ \
| * | | read-tree: "read-tree -m --empty" does not make sensejc/read-tree-empty-with-mJunio C Hamano2017-05-101-1/+1
* | | | tree: convert parse_tree_indirect to struct object_idbrian m. carlson2017-05-081-1/+1
* | | | builtin/read-tree: convert to struct object_idbrian m. carlson2017-05-081-5/+5
| |_|/ |/| |