English
Appearance
Convert a tree entry to the object it points to.
class TreeEntry { toObject(repo: Repository): GitObject; }
Repository which this tree entry belongs to.
Git object that pointed by the entry.