Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
convert: add "status=delayed" to filter process protocol
[gitweb.git]
/
blob.h
diff --git
a/blob.h
b/blob.h
index 59b394eea38494d5dfa525e28ca949e5a03efcf5..446061683101d5578f8de2b8aa43e4b6c51d1d66 100644
(file)
--- a/
blob.h
+++ b/
blob.h
@@
-9,7
+9,7
@@
struct blob {
struct object object;
};
-struct blob *lookup_blob(const
unsigned char *sha1
);
+struct blob *lookup_blob(const
struct object_id *oid
);
int parse_blob_buffer(struct blob *item, void *buffer, unsigned long size);