| 498 | } |
| 499 | |
| 500 | static 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'. |
no test coverage detected