Function git_protocol::handshake::refs::from_v2_refs
source · pub fn from_v2_refs(
in_refs: &mut dyn ReadlineBufRead
) -> Result<Vec<Ref>, Error>Available on crate feature
blocking-client and (crate features blocking-client or async-client) only.Expand description
Parse refs from the given input line by line. Protocol V2 is required for this to succeed.