[PATCH] Avoid building object ref lists when not needed
[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;