git-gui: provide question helper for retry fallback on Windows
commitee2e4c557f8a8d2fdc184b68e73c2de50e9f8d9d
authorHeiko Voigt <hvoigt@hvoigt.net>
Sun, 21 Feb 2010 20:05:04 +0000 (21 21:05 +0100)
committerStepan Kasal <kasal@ucw.cz>
Thu, 15 May 2014 07:42:01 +0000 (15 09:42 +0200)
tree01a4638e59609bac1c9be6fc60af93ed49f2cdaf
parente87076fb048218c8fabd9661fb38fa2417ced196
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