# File lib/git/log.rb, line 65 def between(sha1, sha2 = nil) dirty_log @between = [sha1, sha2] return self end