builtin/index-pack: convert struct ref_delta_entry to object_id
[gitweb.git] / builtin / cat-file.c
index c6b3b1bfb2bd3941e36f18af9dbb586842c45e2e..d90170f070f4f6ab7750c31fdcfac462c934b26d 100644 (file)
@@ -475,6 +475,8 @@ static int batch_objects(struct batch_options *opt)
 
                for_each_loose_object(batch_loose_object, &sa, 0);
                for_each_packed_object(batch_packed_object, &sa, 0);
+               if (repository_format_partial_clone)
+                       warning("This repository has extensions.partialClone set. Some objects may not be loaded.");
 
                cb.opt = opt;
                cb.expand = &data;