summaryrefslogtreecommitdiff
path: root/src/other_tools/root_maps/commit_git_map.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/other_tools/root_maps/commit_git_map.cpp')
-rw-r--r--src/other_tools/root_maps/commit_git_map.cpp2
1 files changed, 2 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 873f7484..2d64d599 100644
--- a/src/other_tools/root_maps/commit_git_map.cpp
+++ b/src/other_tools/root_maps/commit_git_map.cpp
@@ -691,6 +691,7 @@ void EnsureCommit(GitRepoInfo const& repo_info,
storage_config->GitRoot(), // target_path
"", // git_hash
std::nullopt, // message
+ std::nullopt, // source_path
true // init_bare
},
.op_type = GitOpType::ENSURE_INIT};
@@ -1102,6 +1103,7 @@ auto CreateCommitGitMap(
repo_root, // target_path
"", // git_hash
std::nullopt, // message
+ std::nullopt, // source_path
not just_mr_paths->git_checkout_locations.contains(
fetch_repo) // init_bare
},