Skip to content

Commit 7da0984

Browse files
committed
fixup! gc/repack: release packs when needed
This drops the patch that made it already upstream (and Git for Windows added the line *another* time)... Signed-off-by: Johannes Schindelin <[email protected]>
1 parent d3594a2 commit 7da0984

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

builtin/repack.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,8 +421,6 @@ int cmd_repack(int argc, const char **argv, const char *prefix)
421421

422422
close_all_packs(the_repository->objects);
423423

424-
close_all_packs(the_repository->objects);
425-
426424
/*
427425
* Ok we have prepared all new packfiles.
428426
* First see if there are packs of the same name and if so

0 commit comments

Comments
 (0)