Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
495
void prepare_submodule_repo_env(struct strvec *out)
496
{
497
prepare_other_repo_env(out, DEFAULT_GIT_DIR_ENVIRONMENT);
498
}
499
500
static void prepare_submodule_repo_env_in_gitdir(struct strvec *out)
501
{
Callers
15
show_submodule_inline_diff
Function · 0.85
submodule_has_commits
Function · 0.85
submodule_needs_pushing
Function · 0.85
push_submodule
Function · 0.85
submodule_push_check
Function · 0.85
is_submodule_modified
Function · 0.85
submodule_uses_gitfile
Function · 0.85
bad_to_remove_submodule
Function · 0.85
submodule_has_dirty_index
Function · 0.85
submodule_reset_index
Function · 0.85
submodule_move_head
Function · 0.85
absorb_git_dir_into_superproject_recurse
Function · 0.85
Calls
1
prepare_other_repo_env
Function · 0.85
Tested by
no test coverage detected