aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/read-tree.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-18builtin: stop using `the_index`Patrick Steinhardt1-8/+7
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano1-1/+1
2024-03-07Merge branch 'js/merge-tree-3-trees'Junio C Hamano1-1/+2
2024-02-23Always check `parse_tree*()`'s return valueJohannes Schindelin1-1/+2
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-2/+0
2023-10-02tree-walk: init_tree_desc take an oid to get the hash algorithmEric W. Biederman1-1/+1
2023-09-05parse-options: mark unused "opt" parameter in callbacksJeff King1-1/+1
2023-07-06Merge branch 'gc/config-context'Junio C Hamano1-2/+3
2023-06-28config: add ctx arg to config_fn_tGlen Choo1-2/+3
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-2/+1
2023-06-21sparse-index.h: move declarations for sparse-index.c from cache.hElijah Newren1-0/+1
2023-04-24hash-ll.h: split out of hash.h to remove dependency on repository.hElijah Newren1-0/+1
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren1-0/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-1/+1
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-1/+1
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-03-17Merge branch 'en/header-cleanup'Junio C Hamano1-0/+1
2023-02-27unpack-trees: special case read-tree debugging as internal usageElijah Newren1-5/+5
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2022-12-26read-tree: add "--super-prefix" option, eliminate globalÆvar Arnfjörð Bjarmason1-0/+1
2022-11-21cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason1-2/+2
2022-11-21cocci & cache.h: apply variable section of "pending" index-compatibilityÆvar Arnfjörð Bjarmason1-1/+1
2022-11-21cocci & cache.h: apply a selection of "pending" index-compatibilityÆvar Arnfjörð Bjarmason1-1/+1
2022-11-21cocci & cache.h: remove rarely used "the_index" compat macrosÆvar Arnfjörð Bjarmason1-2/+2
2022-11-10read-tree: use 'skip_cache_tree_update' optionVictoria Dye1-0/+4
2022-10-13doc txt & -h consistency: make "read-tree" consistentÆvar Arnfjörð Bjarmason1-1/+1
2022-10-13doc txt & -h consistency: word-wrapÆvar Arnfjörð Bjarmason1-1/+3
2022-03-01read-tree: make three-way merge sparse-awareVictoria Dye1-5/+0
2022-03-01read-tree: make two-way merge sparse-awareVictoria Dye1-5/+0
2022-03-01read-tree: narrow scope of index expansion for '--prefix'Victoria Dye1-2/+1
2022-03-01read-tree: integrate with sparse indexVictoria Dye1-2/+19
2022-03-01read-tree: explicitly disallow prefixes with a leading '/'Victoria Dye1-0/+4
2021-09-27Change unpack_trees' 'reset' flag into an enumElijah Newren1-0/+3
2021-09-27unpack-trees: introduce preserve_ignored to unpack_trees_optionsElijah Newren1-10/+3
2021-09-27read-tree, merge-recursive: overwrite ignored files by defaultElijah Newren1-15/+10
2021-09-27checkout, read-tree: fix leak of unpack_trees_options.dirElijah Newren1-0/+5
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu1-6/+6
2019-11-22sparse-checkout: update working directory in-processDerrick Stolee1-1/+1
2019-05-13cmd_{read,write}_tree: rename "unused" variable that is usedJeff King1-2/+2
2019-03-24read-tree: add --quietNguyễn Thái Ngọc Duy1-0/+1
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy1-0/+1
2019-01-04Merge branch 'nd/the-index'Junio C Hamano1-1/+3
2018-11-12cache-tree.c: remove the_repository referencesNguyễn Thái Ngọc Duy1-1/+3
2018-11-06assert NOARG/NONEG behavior of parse-options callbacksJeff King1-0/+3
2018-08-17Merge branch 'rs/parse-opt-lithelp'Junio C Hamano1-1/+1
2018-08-03parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELPRené Scharfe1-1/+1
2018-05-10lock_file: move static locks into functionsMartin Ågren1-2/+1
2017-08-03submodule: remove gitmodules_configBrandon Williams1-2/+0
2017-06-24Merge branch 'bw/config-h'Junio C Hamano1-0/+1
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2017-06-13Merge branch 'sb/submodule-blanket-recursive'Junio C Hamano1-23/+9
2017-06-01Introduce 'submodule.recurse' option for worktree manipulatorsStefan Beller1-1/+9
2017-05-30reset/checkout/read-tree: unify config callback for submodule recursionStefan Beller1-25/+3
2017-05-30submodule recursing: do not write a config variable twiceStefan Beller1-1/+1
2017-05-29Merge branch 'ja/do-not-ask-needless-questions'Junio C Hamano1-2/+3
2017-05-29Merge branch 'jc/read-tree-empty-with-m'Junio C Hamano1-1/+1
2017-05-12read-tree -m: make error message for merging 0 trees less smart aleckJean-Noel Avila1-2/+3
2017-05-10read-tree: "read-tree -m --empty" does not make senseJunio C Hamano1-1/+1
2017-05-08tree: convert parse_tree_indirect to struct object_idbrian m. carlson1-1/+1
2017-05-08builtin/read-tree: convert to struct object_idbrian m. carlson1-5/+5
2017-03-16builtin/read-tree: add --recurse-submodules switchStefan Beller1-0/+29
2017-01-11read-tree: use OPT_BOOL instead of OPT_SET_INTStefan Beller1-18/+18
2016-12-07hold_locked_index(): align error handling with hold_lockfile_for_update()Junio C Hamano1-1/+1
2016-09-07cache: convert struct cache_entry to use struct object_idbrian m. carlson1-1/+1
2015-09-25convert trivial sprintf / strcpy calls to xsnprintfJeff King1-1/+1
2015-09-01Merge branch 'ah/read-tree-usage-string'Junio C Hamano1-1/+1
2015-08-28read-tree: replace bracket set with parentheses to clarify usageAlex Henrie1-1/+1
2014-10-01lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty1-0/+1
2014-06-13read-tree: note about dropping split-index mode or index versionNguyễn Thái Ngọc Duy1-0/+9
2014-06-13cache-tree: mark istate->cache_changed on prime_cache_tree()Nguyễn Thái Ngọc Duy1-1/+1
2014-06-13read-cache: new API write_locked_index instead of write_index/write_cacheNguyễn Thái Ngọc Duy1-4/+3
2013-10-16C: have space around && and || operatorsJunio C Hamano1-1/+1
2013-06-02diff-lib, read-tree, unpack-trees: mark cache_entry array paramters constRené Scharfe1-1/+2
2013-06-02diff-lib, read-tree, unpack-trees: mark cache_entry pointers constRené Scharfe1-1/+1
2012-08-20i18n: read-tree: mark parseopt strings for translationNguyễn Thái Ngọc Duy1-19/+19
2011-05-25Teach read-tree the -n|--dry-run optionJens Lehmann1-1/+2
2011-02-15Make <identifier> lowercase as per CodingGuidelinesMichael J Gruber1-2/+2
2010-11-15add description parameter to OPT__VERBOSERené Scharfe1-1/+1
2010-09-10read-tree: deprecate syntax without tree-ish argsJan Krüger1-1/+9
2010-07-08Merge remote branch 'ko/master' into jc/read-tree-cache-tree-fixJunio C Hamano1-0/+230
2010-02-22Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds1-0/+235