# File lib/gitlab_git/repository.rb, line 386
      def count_commits_between(from, to)
        commits_between(from, to).size
      end