]> git.ipfire.org Git - thirdparty/git.git/blobdiff - pack-bitmap-write.c
Merge branch 'wb/fsmonitor-bitmap-fix'
[thirdparty/git.git] / pack-bitmap-write.c
index fa78a460c9aa5dd3b0c89960a23b7a410fca83d9..a7a4964b50d1936be0d769724c1b0b5fa5420672 100644 (file)
@@ -144,7 +144,7 @@ static inline void reset_all_seen(void)
 
 static uint32_t find_object_pos(const struct object_id *oid)
 {
-       struct object_entry *entry = packlist_find(writer.to_pack, oid, NULL);
+       struct object_entry *entry = packlist_find(writer.to_pack, oid);
 
        if (!entry) {
                die("Failed to write bitmap index. Packfile doesn't have full closure "