Skip to content

Commit 7ecdee3

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 1686020 + 0748f3a commit 7ecdee3

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
@@ -1045,6 +1045,7 @@ int cmd_pull(int argc, const char **argv, const char *prefix)
10451045
oidclr(&rebase_fork_point);
10461046
}
10471047

1048+
close_object_store(the_repository->objects);
10481049
if (run_fetch(repo, refspecs))
10491050
return 1;
10501051

0 commit comments

Comments
 (0)