| 1522 | } |
| 1523 | |
| 1524 | void object_context_release(struct object_context *ctx) |
| 1525 | { |
| 1526 | free(ctx->path); |
| 1527 | strbuf_release(&ctx->symlink_path); |
| 1528 | } |
| 1529 | |
| 1530 | int repo_get_oid_with_flags(struct repository *r, const char *name, |
| 1531 | struct object_id *oid, unsigned flags) |
no test coverage detected