Skip to content

Commit 1f356f9

Browse files
dschoGit for Windows Build Agent
authored and
Git for Windows Build Agent
committed
Merge pull request #3415 from dscho/release-packs-before-fetching
git pull: release file handles to pack files before fetching
2 parents 7a35aa5 + 64cc1c9 commit 1f356f9

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
@@ -1021,6 +1021,7 @@ int cmd_pull(int argc, const char **argv, const char *prefix)
10211021
oidclr(&rebase_fork_point);
10221022
}
10231023

1024+
close_object_store(the_repository->objects);
10241025
if (run_fetch(repo, refspecs))
10251026
return 1;
10261027

0 commit comments

Comments
 (0)