# File lib/gitlab_git/repository.rb, line 975
      def diffable?(blob)
        attributes(blob.path).fetch('diff') { blob.text? }
      end