[PATCH 3/3] Allow running requests to finish after a pull error
[git.git] / object.h
index bf74449..6accda3 100644 (file)
--- a/object.h
+++ b/object.h
@@ -17,6 +17,7 @@ struct object {
        void *util;
 };
 
+extern int track_object_refs;
 extern int nr_objs;
 extern struct object **objs;