node-git icon indicating copy to clipboard operation
node-git copied to clipboard

git.show is missing

Open dancrumb opened this issue 11 years ago • 0 comments

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

dancrumb avatar Jan 16 '15 17:01 dancrumb