# File lib/capistrano/recipes/deploy/scm/git.rb, line 204
        def log(from, to=nil)
          from << "..#{to}" if to
          scm :log, from
        end