Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
blob: add repository argument to lookup_blob
[gitweb.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)