]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/pack-objects.c
Merge branch 'jk/delta-islands-progress-fix'
[thirdparty/git.git] / builtin / pack-objects.c
index b2be8869c236378ca70517d2c7431a6993952a3c..698c9015230012f9c6d736e6f3f510e97f4569d3 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"));