pub fn read_graph(archive: &Path) -> Result<Option<Vec<CommitNode>>>
Read the commit graph out of a sealed archive. Ok(None) when absent.
Ok(None)