read_git

Function read_git 

Source
pub fn read_git<R: Read>(reader: &mut R) -> Result<Git, GitError>
Expand description

Reads typed GIT data from a reader at the current stream position.