# File lib/git/log.rb, line 35
    def grep(regex)
      dirty_log
      @grep = regex
      return self
    end