object: allow lookup_object to handle arbitrary repositories
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> 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
a962da1ef5
commit
94c09a7197
3
object.h
3
object.h
@ -109,8 +109,7 @@ extern struct object *get_indexed_object(unsigned int);
|
||||
* half-initialised objects, the caller is expected to initialize them
|
||||
* by calling parse_object() on them.
|
||||
*/
|
||||
#define lookup_object(r, s) lookup_object_##r(s)
|
||||
struct object *lookup_object_the_repository(const unsigned char *sha1);
|
||||
struct object *lookup_object(struct repository *r, const unsigned char *sha1);
|
||||
|
||||
extern void *create_object(struct repository *r, const unsigned char *sha1, void *obj);
|
||||
|
||||
|
Reference in New Issue
Block a user