path: add a function to check for path suffix
[gitweb.git] / builtin / pack-objects.c
index 41d7fc59830c090d8b0422980528e4ea429c9e6b..787ae1028844c9be009feaf487c7bc9ce5f46cee 100644 (file)
@@ -3134,7 +3134,7 @@ static void get_object_list(int ac, const char **av)
                return;
 
        if (use_delta_islands)
-               load_delta_islands(the_repository);
+               load_delta_islands(the_repository, progress);
 
        if (prepare_revision_walk(&revs))
                die(_("revision walk setup failed"));