MCPcopy Create free account
hub / github.com/git/git / prepare_submodule_repo_env

Function prepare_submodule_repo_env

submodule.c:495–498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

493}
494
495void prepare_submodule_repo_env(struct strvec *out)
496{
497 prepare_other_repo_env(out, DEFAULT_GIT_DIR_ENVIRONMENT);
498}
499
500static void prepare_submodule_repo_env_in_gitdir(struct strvec *out)
501{

Callers 15

submodule_has_commitsFunction · 0.85
submodule_needs_pushingFunction · 0.85
push_submoduleFunction · 0.85
submodule_push_checkFunction · 0.85
is_submodule_modifiedFunction · 0.85
submodule_uses_gitfileFunction · 0.85
bad_to_remove_submoduleFunction · 0.85
submodule_reset_indexFunction · 0.85
submodule_move_headFunction · 0.85

Calls 1

prepare_other_repo_envFunction · 0.85

Tested by

no test coverage detected