Merge branch 'kg/gc-auto-windows-workaround'

"git gc --auto" opens file descriptors for the packfiles before spawning "git repack/prune", which would upset Windows that does not want a process to work on a file that is open by another process. The issue has been worked around. * kg/gc-auto-windows-workaround: gc --auto: release pack files before auto packing

Junio C Hamano committed Aug 2, 2018 at 15:30 UTC 562413eb2938b7a1aa85a2ae157ef162d51e55dc

No changes.