class Git::Log

def author(regex)

def author(regex)
  dirty_log
  @author = regex
  return self
end