# File lib/grit/git.rb, line 30 def select_existing_objects(object_ids) object_ids.select do |object_id| object_exists?(object_id) end end