summaryrefslogtreecommitdiff
path: root/object.h
diff options
context:
space:
mode:
authorStefan Beller <sbeller@google.com>2018-06-29 01:22:19 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-06-29 17:43:40 (GMT)
commit8e4b0b6047e3cfbe627de6694c2eeae6904b41a1 (patch)
treee4c036c6cb3d4aa6701ac507eaf3deaf77a37d4a /object.h
parent108ed1a3d88b04bb7a6d0b0a0e7c642a28a7845a (diff)
downloadgit-8e4b0b6047e3cfbe627de6694c2eeae6904b41a1.zip
git-8e4b0b6047e3cfbe627de6694c2eeae6904b41a1.tar.gz
git-8e4b0b6047e3cfbe627de6694c2eeae6904b41a1.tar.bz2
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>
Diffstat (limited to 'object.h')
-rw-r--r--object.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/object.h b/object.h
index 38198bb..fa5ca97 100644
--- a/object.h
+++ b/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