Skip to main content

Module git_util

Module git_util 

Source
Expand description

Shared utilities and helpers for Git bridge operations.

Structs§

ExportStats
Statistics for export operation.
ImportStats
Statistics for import operation.
PartialMirrorRef
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/express and git-lfs/git-lfs, where pack data references objects that aren’t actually present and that git fsck doesn’t catch because they’re not reachable from any other ref).
SkippedRef
A ref that pointed at a non-commit object during import.