//! Operations on a complete commit graph.
use fmt;
use crateFile;
/// A complete commit graph.
///
/// The data in the commit graph may come from a monolithic `objects/info/commit-graph` file, or it
/// may come from one or more `objects/info/commit-graphs/graph-*.graph` files. These files are
/// generated via `git commit-graph write ...` commands.
/// A generalized position for use in [`Graph`].
;