git-gui: provide question helper for retry fallback on Windows
commit59e0e6033d204c4230baab1c3f46fc4d513aaac7
authorHeiko Voigt <hvoigt@hvoigt.net>
Sun, 21 Feb 2010 20:05:04 +0000 (21 21:05 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 4 Nov 2011 18:39:13 +0000 (4 13:39 -0500)
treee7d22d38bd9615c3a76f8ecc4d86c174cb9a90b5
parent9e89381e1a66c439fdb1e6d7e82b1e16ba617ae3
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