diff options
Diffstat (limited to 'bulk-checkin.c')
| -rw-r--r-- | bulk-checkin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bulk-checkin.c b/bulk-checkin.c index 124c493067..2713a00999 100644 --- a/bulk-checkin.c +++ b/bulk-checkin.c @@ -95,7 +95,7 @@ clear_exit: strbuf_release(&packname); /* Make objects we just wrote available to ourselves */ - reprepare_packed_git(repo); + odb_reprepare(repo->objects); } /* |
