Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano
2023-03-28cocci: apply the "cache.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-18Merge branch 'en/header-cleanup'Junio C Hamano
2023-02-27unpack-trees: special case read-tree debugging as internal usageElijah Newren
2023-02-24cache.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-11read-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-05Merge branch 'nd/the-index'Junio C Hamano
2018-11-12cache-tree.c: remove the_repository referencesNguyễn Thái Ngọc Duy
2018-11-06assert NOARG/NONEG behavior of parse-options callbacksJeff King
2018-08-17Merge branch 'rs/parse-opt-lithelp'Junio C Hamano
2018-08-03parse-options: automatically infer PARSE_OPT_LITERAL_ARGHELPRené Scharfe
2018-05-10lock_file: move static locks into functionsMartin Ågren
2017-08-03submodule: remove gitmodules_configBrandon Williams
2017-06-25Merge branch 'bw/config-h'Junio C Hamano
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-06-13Merge branch 'sb/submodule-blanket-recursive'Junio C Hamano
2017-06-01Introduce 'submodule.recurse' option for worktree manipulatorsStefan Beller
2017-05-30reset/checkout/read-tree: unify config callback for submodule recursionStefan Beller
2017-05-30submodule recursing: do not write a config variable twiceStefan Beller
2017-05-29Merge branch 'ja/do-not-ask-needless-questions'Junio C Hamano
2017-05-29Merge branch 'jc/read-tree-empty-with-m'Junio C Hamano
2017-05-12read-tree -m: make error message for merging 0 trees less smart aleckJean-Noel Avila
2017-05-11read-tree: "read-tree -m --empty" does not make senseJunio C Hamano
2017-05-08tree: convert parse_tree_indirect to struct object_idbrian m. carlson
2017-05-08builtin/read-tree: convert to struct object_idbrian m. carlson
2017-03-17builtin/read-tree: add --recurse-submodules switchStefan Beller
2017-01-12read-tree: use OPT_BOOL instead of OPT_SET_INTStefan Beller
2016-12-07hold_locked_index(): align error handling with hold_lockfile_for_update()Junio C Hamano
2016-09-07cache: convert struct cache_entry to use struct object_idbrian m. carlson