christkv / node-git

A node.js git implementation modeled on ruby-git
242 stars 42 forks source link

git.show is missing #41

Open dancrumb opened 9 years ago

dancrumb commented 9 years ago

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