# File lib/grit/repo.rb, line 374
    def commits_between(from, to)
      Commit.find_all(self, "#{from}..#{to}").reverse
    end