git-gui: provide question helper for retry fallback on Windows
commitf4f81ed4cda93e440a30ae34e9d90f50fb420457
authorHeiko Voigt <hvoigt@hvoigt.net>
Sun, 21 Feb 2010 20:05:04 +0000 (21 21:05 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 5 Jun 2012 18:44:15 +0000 (5 13:44 -0500)
tree60527d8b7ae9f26d60c9b1aaf679e60bd5ce5889
parentc4075b047b96fdf8d49c49eac7241402dd4ddd03
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