Do not report size of the object that cannot be written in local-pull.c
[gitweb.git] / object.h
index bc607fd55f6ce4e56ce87766369b5d4d55ec79af..d53a35a4d7321b5ec970103208ac576f9f722dff 100644 (file)
--- a/object.h
+++ b/object.h
@@ -22,6 +22,9 @@ struct object *lookup_object(unsigned char *sha1);
 
 void created_object(unsigned char *sha1, struct object *obj);
 
+/** Returns the object, having parsed it to find out what it is. **/
+struct object *parse_object(unsigned char *sha1);
+
 void add_ref(struct object *refer, struct object *target);
 
 void mark_reachable(struct object *obj, unsigned int mask);