pub fn create_git_bundle(
spec: &GitRepoSpec,
out: &Path,
) -> Result<(), WorkspaceError>Expand description
Create a self-contained git bundle at out containing spec’s start and gold commits.
pub fn create_git_bundle(
spec: &GitRepoSpec,
out: &Path,
) -> Result<(), WorkspaceError>Create a self-contained git bundle at out containing spec’s start and gold commits.