pub fn git_commit_with_provenance_blocking( repo_path: &Path, commit_msg: &str, provenance: Option<&ExecutionProvenance>, ) -> Result<Output>