# File lib/gitlab_git/repository.rb, line 391
      def merge_base_commit(from, to)
        rugged.merge_base(from, to)
      end