English
Appearance
Lookup a tag object by prefix hash from the repository.
class Repository { getTag(oid: string): Tag; }
Prefix hash.
Throws error if tag does not exist.