The method `Commit.prototype.show` calls `this.repo.git.show` if the commit has no parents. However, `git.show` does not exist, so this results in a `TypeError`