On Sat, Jan 07 2023, Jeff King wrote: > + oi.typep = type; > + oi.sizep = size; > + oi.contentp = &data; > + if (lookup_replace) > + flags |= OBJECT_INFO_LOOKUP_REPLACE; > + if (oid_object_info_extended(r, oid, &oi, flags)) > + return NULL; Style: This is "\t ", but should be "\t\t".