git-gui: provide question helper for retry fallback on Windows
commitf98a60869f4c8f8bcb7216af098e2c616c259464
authorHeiko Voigt <hvoigt@hvoigt.net>
Sun, 21 Feb 2010 20:05:04 +0000 (21 21:05 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 2 Nov 2011 20:11:53 +0000 (2 15:11 -0500)
treed844f49ef2e96b9b0b9a6a22b90652fe80100d86
parent9ce13e5fbc946b0727cc6fa4c5fc0a8bdbe18bf7
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