Function git_protocol::credentials::decode_message [−][src]
pub fn decode_message(input: impl Read) -> Result<Vec<(String, String)>>Expand description
Decode all lines in input as key-value pairs produced by a git credentials helper program.