Re: [PATCH 1/4] git-gui: provide question helper for retry fallback on Windows

2019-09-29 Thread Pratyush Yadav
On 26/09/19 08:29AM, Heiko Voigt via GitGitGadget wrote: > From: Heiko Voigt > > Make use of the new environment variable GIT_ASK_YESNO to support the > recently implemented fallback in case unlink, rename or rmdir fail for > files in use on Windows. The added dialog will present a yes/no questio

[PATCH 1/4] git-gui: provide question helper for retry fallback on Windows

2019-09-26 Thread Heiko Voigt via GitGitGadget
From: Heiko Voigt Make use of the new environment variable GIT_ASK_YESNO to support the recently implemented fallback in case unlink, rename or rmdir fail for files in use on Windows. The added dialog will present a yes/no question to the the user which will currently be used by the windows compa