]> git.ipfire.org Git - thirdparty/git.git/blobdiff - pack-bitmap-write.c
list-objects: drop name_path entirely
[thirdparty/git.git] / pack-bitmap-write.c
index c05d1386af7210e75a1012f3772745315ecc3592..e49255df6c1a036b6d5f053c63b94884e0fa169a 100644 (file)
@@ -148,7 +148,7 @@ static uint32_t find_object_pos(const unsigned char *sha1)
        return entry->in_pack_pos;
 }
 
-static void show_object(struct object *object, const struct name_path *path,
+static void show_object(struct object *object, struct strbuf *path,
                        const char *last, void *data)
 {
        struct bitmap *base = data;