# File lib/gitlab_git/repository.rb, line 399
      def diff(from, to, options = {}, *paths)
        DiffCollection.new(diff_patches(from, to, options, *paths), options)
      end