Function git_protocol::fetch::refs::from_v2_refs[][src]

pub fn from_v2_refs(in_refs: &mut dyn BufRead) -> Result<Vec<Ref>, Error>
Expand description

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