Module git_repository::remote::fetch
source · Available on crate features
async-network-client
or blocking-network-client
only.Expand description
Modules
Structs
A mapping between a single remote reference and its advertised objects to a local destination which may or may not exist.
Outcome
blocking-network-client
The outcome of receiving a pack via
Prepare::receive()
.Prepare
blocking-network-client
A structure to hold the result of the handshake with the remote and configure the upcoming fetch operation.
Information about the relationship between our refspecs, and remote references with their local counterparts.
Enums
RefLogMessage
blocking-network-client
The way reflog messages should be composed whenever a ref is written with recent objects from a remote.
Either an object id that the remote has or the matched remote ref itself.
Status
blocking-network-client
The status of the repository after the fetch operation