git-gui: provide question helper for retry fallback on Windows
commit169e52df724d704be07a80706e1dacffba049181
authorHeiko Voigt <hvoigt@hvoigt.net>
Sun, 21 Feb 2010 20:05:04 +0000 (21 21:05 +0100)
committerPat Thoyts <patthoyts@users.sourceforge.net>
Tue, 6 Dec 2011 00:16:33 +0000 (6 00:16 +0000)
tree3342ec1dc5ad7008144a3f5b369b54bba4aa9720
parent8ec1dd083e287ee6e2b01c53a3bdfd6861b90369
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