Module git_commitgraph::file [−][src]
Operations on a single commit-graph file.
Re-exports
pub use commit::Commit; |
Modules
commit | Low-level operations on individual commits. |
verify | Auxiliary types used in commit graph file verification methods. |
Structs
File | A single commit-graph file. |
Position | The position of a given commit within a graph file, starting at 0. |
Enums
Error | The error used in |