This commit is contained in:
pash
2026-01-29 18:37:42 -08:00
parent 4190aa3a04
commit 37a287a3f0

View File

@@ -728,9 +728,7 @@ impl Session {
workspaces: BTreeMap<String, TurnMetadataWorkspace>,
}
if get_git_repo_root(cwd).is_none() {
return None;
}
get_git_repo_root(cwd)?;
let git_info = collect_git_info(cwd).await?;
let latest_git_commit_hash = git_info.commit_hash;
let associated_remote_urls = get_git_remote_urls(cwd).await;