Skip to content

Commit

Permalink
Merge branch 'js/close-packs-before-gc'
Browse files Browse the repository at this point in the history
Many codepaths that run "gc --auto" before exiting kept packfiles
mapped and left the file descriptors to them open, which was not
friendly to systems that cannot remove files that are open.  They
now close the packs before doing so.

* js/close-packs-before-gc:
  receive-pack: release pack files before garbage-collecting
  merge: release pack files before garbage-collecting
  am: release pack files before garbage-collecting
  fetch: release pack files before garbage-collecting

Forward-port from upstream Git.

Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
gitster authored and dscho committed Feb 2, 2016
2 parents 150946b + d562102 commit 57599f7
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 57599f7

Please sign in to comment.