pack-objects: use object_id in packlist_alloc()
[gitweb.git] / builtin / pack-objects.c
index 76ce9069467e06545652a70040b79316f0a87fb9..dc2a7e9ac0126f47fde8a479657c1faeea440074 100644 (file)
@@ -1147,7 +1147,7 @@ static void create_object_entry(const struct object_id *oid,
 {
        struct object_entry *entry;
 
-       entry = packlist_alloc(&to_pack, oid->hash, index_pos);
+       entry = packlist_alloc(&to_pack, oid, index_pos);
        entry->hash = hash;
        oe_set_type(entry, type);
        if (exclude)