aboutsummaryrefslogtreecommitdiff
path: root/builtin/submodule--helper.c
AgeCommit message (Expand)Author
2022-03-16submodule--helper: remove forward declarationGlen Choo
2022-03-16submodule: move core cmd_update() logic to CAtharva Raykar
2022-03-16submodule--helper: reduce logic in run_update_procedure()Glen Choo
2022-03-16submodule--helper: teach update_data more optionsGlen Choo
2022-03-16builtin/submodule--helper.c: rename option struct to "opt"Ævar Arnfjörð Bjarmason
2022-03-16submodule update: use die_message()Glen Choo
2022-03-16submodule--helper: run update using child process structAtharva Raykar
2022-03-16Merge branch 'gc/submodule-update-part1' into gc/submodule-update-part2Junio C Hamano
2022-03-13Merge branch 'ab/plug-random-leaks'Junio C Hamano
2022-03-06Merge branch 'ac/usage-string-fixups'Junio C Hamano
2022-03-04submodule--helper update-clone: check for --filter and --initGlen Choo
2022-03-04submodule--helper: remove ensure-core-worktreeGlen Choo
2022-03-04submodule--helper update-clone: learn --initGlen Choo
2022-03-04submodule--helper: allow setting superprefix for init_submodule()Atharva Raykar
2022-03-04submodule--helper: refactor get_submodule_displaypath()Atharva Raykar
2022-03-04submodule--helper run-update-procedure: learn --remoteGlen Choo
2022-03-04submodule--helper: don't use bitfield indirection for parse_options()Ævar Arnfjörð Bjarmason
2022-03-04submodule--helper: get remote names from any repositoryAtharva Raykar
2022-03-04submodule--helper run-update-procedure: remove --suboidGlen Choo
2022-03-04submodule--helper: reorganize code for sh to C conversionGlen Choo
2022-03-04submodule--helper: remove update-module-modeGlen Choo
2022-03-04submodule--helper: fix trivial leak in module_add()Ævar Arnfjörð Bjarmason
2022-02-25Merge branch 'js/apply-partial-clone-filters-recursively'Junio C Hamano
2022-02-25Merge branch 'ja/i18n-common-messages'Junio C Hamano
2022-02-23amend remaining usage strings according to style guideAbhradeep Chakraborty
2022-02-18Merge branch 'gc/branch-recurse-submodules'Junio C Hamano
2022-02-09clone, submodule: pass partial clone filters to submodulesJosh Steadmon
2022-02-04i18n: remove from i18n strings that do not hold translatable partsJean-Noël Avila
2022-02-04branch: add --recurse-submodules option for branch creationGlen Choo
2022-01-05i18n: refactor "foo and bar are mutually exclusive"Jean-Noël Avila
2021-12-10Merge branch 'mp/absorb-submodule-git-dir-upon-deinit'Junio C Hamano
2021-11-19submodule: absorb git dir instead of dying on deinitMugdha Pattnaik
2021-10-29Merge branch 'ks/submodule-add-message-fix'Junio C Hamano
2021-10-27submodule: drop unused sm_name parameter from append_fetch_remotes()Jeff King
2021-10-23submodule--helper: fix incorrect newlines in an error messageKaartic Sivaraam
2021-10-23submodule--helper: fix small memory leaksÆvar Arnfjörð Bjarmason
2021-10-13Merge branch 'en/removing-untracked-fixes'Junio C Hamano
2021-10-11Merge branch 'ab/designated-initializers'Junio C Hamano
2021-10-06Merge branch 'jt/add-submodule-odb-clean-up'Junio C Hamano
2021-09-27*.h: move some *_INIT to designated initializersÆvar Arnfjörð Bjarmason
2021-09-27*.[ch] *_INIT macros: use { 0 } for a "zero out" idiomÆvar Arnfjörð Bjarmason
2021-09-27Comment important codepaths regarding nuking untracked files/dirsElijah Newren
2021-09-23Merge branch 'jt/submodule-name-to-gitdir'Junio C Hamano
2021-09-20Merge branch 'ar/submodule-run-update-procedure'Junio C Hamano
2021-09-20Merge branch 'ar/submodule-add-more'Junio C Hamano
2021-09-20Merge branch 'ar/submodule-add-config'Junio C Hamano
2021-09-15submodule: extract path to submodule gitdir funcJonathan Tan
2021-09-09repository: support unabsorbed in repo_submodule_initJonathan Tan
2021-08-25advice: remove read uses of most global `advice_` variablesBen Boeckel
2021-08-24submodule--helper: run update procedures from CAtharva Raykar