English
Appearance
Recursively peel an object until a commit is found.
class GitObject { peelToCommit(): Commit; }
Git commit.