# File lib/gitlab_git/commit.rb, line 193
      def has_zero_stats?
        stats.total.zero?
      rescue
        true
      end