| 396 | } |
| 397 | |
| 398 | struct object *parse_object(struct repository *r, const struct object_id *oid) |
| 399 | { |
| 400 | return parse_object_with_flags(r, oid, 0); |
| 401 | } |
| 402 | |
| 403 | struct object_list *object_list_insert(struct object *item, |
| 404 | struct object_list **list_p) |