Module git_protocol::fetch::refs[][src]

Expand description

Enums

The error returned when parsing References/refs from the server response.

A git reference, commonly referred to as ‘ref’, as returned by a git server before sending a pack.

Functions

Parse refs from the return stream of the handshake as well as the server capabilities, also received as part of the handshake. Together they form a complete set of refs.

Parse refs from the given input line by line. Protocol V2 is required for this to succeed.