diff options
Diffstat (limited to 'src/other_tools/root_maps/commit_git_map.cpp')
-rw-r--r-- | src/other_tools/root_maps/commit_git_map.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/other_tools/root_maps/commit_git_map.cpp b/src/other_tools/root_maps/commit_git_map.cpp index 08680531..3cf53cb4 100644 --- a/src/other_tools/root_maps/commit_git_map.cpp +++ b/src/other_tools/root_maps/commit_git_map.cpp @@ -511,6 +511,7 @@ void EnsureCommit( if (git_repo->FetchViaTmpRepo(tmp_dir->GetPath(), mirror, repo_info.branch, + repo_info.inherit_env, git_bin, launcher, wrapped_logger)) { @@ -543,6 +544,7 @@ void EnsureCommit( if (git_repo->FetchViaTmpRepo(tmp_dir->GetPath(), *preferred_url, repo_info.branch, + repo_info.inherit_env, git_bin, launcher, wrapped_logger)) { @@ -575,6 +577,7 @@ void EnsureCommit( if (git_repo->FetchViaTmpRepo(tmp_dir->GetPath(), fetch_repo, repo_info.branch, + repo_info.inherit_env, git_bin, launcher, wrapped_logger)) { @@ -610,6 +613,7 @@ void EnsureCommit( tmp_dir->GetPath(), *preferred_mirror, repo_info.branch, + repo_info.inherit_env, git_bin, launcher, wrapped_logger)) { @@ -645,6 +649,7 @@ void EnsureCommit( if (git_repo->FetchViaTmpRepo(tmp_dir->GetPath(), mirror, repo_info.branch, + repo_info.inherit_env, git_bin, launcher, wrapped_logger)) { |