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