English
Appearance
Lookup a reference to one of the commits in a repository.
class Repository { getCommit(oid: string): Commit; }
Commit ID(SHA1) to lookup.
Commit instance found by oid.
Throws error if the commit does not exist.