git-gui: provide question helper for retry fallback on Windows
commit344edffdaaa7dab1fa8a3f08647767a3c8517b48
authorHeiko Voigt <hvoigt@hvoigt.net>
Sun, 21 Feb 2010 20:05:04 +0000 (21 21:05 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 22 Mar 2011 12:33:17 +0000 (22 13:33 +0100)
treebcedbb2c219362b580de0b374d0227313b569bb3
parent34761a838201d7840b47501701718fe47d49643e
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