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