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

Function prepare_submodule_repo_env_in_gitdir

submodule.c:500–503  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

498}
499
500static void prepare_submodule_repo_env_in_gitdir(struct strvec *out)
501{
502 prepare_other_repo_env(out, ".");
503}
504
505/*
506 * Initialize a repository struct for a submodule based on the provided 'path'.

Callers 1

get_next_submoduleFunction · 0.85

Calls 1

prepare_other_repo_envFunction · 0.85

Tested by

no test coverage detected