2012/2/24 Nguyễn Thái Ngọc Duy <pclouds@xxxxxxxxx>: > @@ -581,7 +580,6 @@ static void resolve_delta(struct object_entry *delta_obj, > { > void *base_data, *delta_data; > > - delta_obj->real_type = base->obj->real_type; > delta_obj->delta_depth = base->obj->delta_depth + 1; > if (deepest_delta < delta_obj->delta_depth) > deepest_delta = delta_obj->delta_depth; This is wrong. Sorry for the noise. -- Duy -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html