pub async fn read_commit(
    raw: &RawRepository,
    commit_hash: CommitHash
) -> Result<Commit, Error>