git-gui: provide question helper for retry fallback on Windows
commit73f8a642c92fefb74d20457d44008d6a832cb790
authorHeiko Voigt <hvoigt@hvoigt.net>
Sun, 21 Feb 2010 20:05:04 +0000 (21 21:05 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 8 Oct 2011 19:45:35 +0000 (8 14:45 -0500)
tree018b25d0f7ae525c970b69265125daa2e7b20457
parent8327b977237a78ceea70b0472d6b3b3809b3b606
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