# File lib/grit/commit.rb, line 174 def diffs if parents.empty? show else self.class.diff(@repo, parents.first.id, @id) end end