Expand description
Shared utilities and helpers for Git bridge operations.
Structs§
- Export
Stats - Statistics for export operation.
- Import
Stats - Statistics for import operation.
- Partial
Mirror Ref - A ref whose object reachability could not be fully copied into the
bridge mirror — typically because the source ODB is missing some
object referenced from the ref’s commit graph (a real-world failure
mode in repos like
expressjs/expressandgit-lfs/git-lfs, where pack data references objects that aren’t actually present and thatgit fsckdoesn’t catch because they’re not reachable from any other ref). - Skipped
Ref - A ref that pointed at a non-commit object during import.