git-gui: provide question helper for retry fallback on Windows
commitee80db30ae21c34eb071f7b4f8b8a73ddefc8b76
authorHeiko Voigt <hvoigt@hvoigt.net>
Sun, 21 Feb 2010 20:05:04 +0000 (21 21:05 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 29 May 2012 02:18:49 +0000 (28 21:18 -0500)
tree5270a708fb88f37b1e3b22d4484757902e23f246
parentf4a52ea3a7aa18909fe0b2794310c22579092984
git-gui: provide question helper for retry fallback on Windows

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 compat layer
to let the user retry a failed file operation.

Signed-off-by: Heiko Voigt <hvoigt@hvoigt.net>
git-gui/Makefile
git-gui/git-gui--askyesno [new file with mode: 0755]
git-gui/git-gui.sh