git-gui: provide question helper for retry fallback on Windows
commit229a72e43aec1095213af774f5db5eb94c42f353
authorHeiko Voigt <hvoigt@hvoigt.net>
Sun, 21 Feb 2010 20:05:04 +0000 (21 21:05 +0100)
committerStepan Kasal <kasal@ucw.cz>
Wed, 16 Apr 2014 14:32:03 +0000 (16 16:32 +0200)
tree6b391125bb549dae31d9608f2490a60f71a3bec1
parentea166e610c24a80c4b9902c29e9a1b15e7a54da9
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