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