English
Appearance
Lookup a reference to one of the objects in a repository.
class Repository { getObject(oid: string): GitObject; }
Git object ID(SHA1) to lookup.
Git object.
Throws error if the object does not exist.