pub fn save_start_commit_with_workspace(
workspace: &dyn Workspace,
repo: &Repository,
) -> Result<()>Expand description
Save start commit using workspace abstraction.
This is the workspace-aware version for pipeline code where a workspace is available. If a valid start commit already exists, it is preserved.