object.c: allow parse_object to handle arbitrary repositories
Signed-off-by: Stefan Beller <sbeller@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
108ed1a3d8
commit
8e4b0b6047
3
object.h
3
object.h
@ -124,8 +124,7 @@ void *object_as_type(struct repository *r, struct object *obj, enum object_type
|
||||
*
|
||||
* Returns NULL if the object is missing or corrupt.
|
||||
*/
|
||||
#define parse_object(r, oid) parse_object_##r(oid)
|
||||
struct object *parse_object_the_repository(const struct object_id *oid);
|
||||
struct object *parse_object(struct repository *r, const struct object_id *oid);
|
||||
|
||||
/*
|
||||
* Like parse_object, but will die() instead of returning NULL. If the
|
||||
|
||||
Reference in New Issue
Block a user