# File lib/grit/commit.rb, line 227
    def stats
      stats = @repo.commit_stats(self.sha, 1)[0][-1]
    end