Merge branch 'cb/mkstemps-uint-type-fix'
[gitweb.git] / builtin / rebase.c
index b8116db4876b1a353911a78d97ecd57370df8192..51438d08f2bedbdde8504afb05f547c6aea07ad8 100644 (file)
@@ -741,7 +741,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.