pub fn commit(browser: &mut Browser<'_>, sha1: Oid) -> Result<Commit, Error>
Expand description

Retrieves a Commit.

Errors

Will return Error if the project doesn’t exist or the surf interaction fails.