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