From: Junio C Hamano Date: Thu, 2 Aug 2018 22:30:43 +0000 (-0700) Subject: Merge branch 'kg/gc-auto-windows-workaround' X-Git-Tag: v2.19.0-rc0~100 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=562413eb2938b7a1aa85a2ae157ef162d51e55dc;p=git 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 --- 562413eb2938b7a1aa85a2ae157ef162d51e55dc