# File lib/git/log.rb, line 23
    def object(objectish)
      dirty_log
      @object = objectish
      return self
    end