pub fn parse_commit(body: &[u8]) -> Result<GitCommit, GitParseError>Expand description
Parse arbitrary git commit body bytes (after the object header).
pub fn parse_commit(body: &[u8]) -> Result<GitCommit, GitParseError>Parse arbitrary git commit body bytes (after the object header).