# File lib/gitlab_git/compare.rb, line 22
      def same
        @base && @head && @base.id == @head.id
      end