Skip to content

Commit f0159d7

Browse files
dschoGit for Windows Build Agent
authored andcommitted
Merge pull request #3415 from dscho/release-packs-before-fetching
git pull: release file handles to pack files before fetching
2 parents a8115d4 + a23ecd8 commit f0159d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builtin/pull.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1051,6 +1051,7 @@ int cmd_pull(int argc, const char **argv, const char *prefix)
10511051
oidclr(&rebase_fork_point);
10521052
}
10531053

1054+
close_object_store(the_repository->objects);
10541055
if (run_fetch(repo, refspecs))
10551056
return 1;
10561057

0 commit comments

Comments
 (0)