commit-graph: expire commit-graph files
[gitweb.git] / builtin / rebase.c
index 7c7bc13e912aa8ba5d2c4dfa781fb74cd20ac6d4..ed30fcd63334c1984f834ecc39a808e4d7745ffa 100644 (file)
@@ -328,7 +328,7 @@ static int finish_rebase(struct rebase_options *opts)
 
        delete_ref(NULL, "REBASE_HEAD", NULL, REF_NO_DEREF);
        apply_autostash(opts);
-       close_all_packs(the_repository->objects);
+       close_object_store(the_repository->objects);
        /*
         * We ignore errors in 'gc --auto', since the
         * user should see them.