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