pub fn push_tip_objects_exist_with_parent_exceptions(
repo: &Repository,
tip: ObjectId,
parent_exceptions: &HashSet<ObjectId>,
) -> Result<bool>Expand description
Like push_tip_objects_exist, but does not require parent commits listed in
parent_exceptions to exist in the ODB (alternate .have semantics).