]> git.ipfire.org Git - thirdparty/git.git/blobdiff - blob.c
blob: add repository argument to lookup_blob
[thirdparty/git.git] / blob.c
diff --git a/blob.c b/blob.c
index dada295698cebb6053737d9df0af7f2e95ff087c..17b9314f0a0c81abc2643ae5478ebc83be057bc7 100644 (file)
--- a/blob.c
+++ b/blob.c
@@ -5,7 +5,7 @@
 
 const char *blob_type = "blob";
 
-struct blob *lookup_blob(const struct object_id *oid)
+struct blob *lookup_blob_the_repository(const struct object_id *oid)
 {
        struct object *obj = lookup_object(the_repository, oid->hash);
        if (!obj)