pub fn save_full(
obj_store: &GitObjectStore,
commits_table: Option<&CommitsTable>,
refs_table: Option<&RefsTable>,
save_dir: &Path,
) -> Result<()>Expand description
Save with commit history and refs.
pub fn save_full(
obj_store: &GitObjectStore,
commits_table: Option<&CommitsTable>,
refs_table: Option<&RefsTable>,
save_dir: &Path,
) -> Result<()>Save with commit history and refs.