git-gui: provide question helper for retry fallback on Windows
commitd27136e576e26ae2531e52c0bc7ea1ea81cde4cb
authorHeiko Voigt <hvoigt@hvoigt.net>
Sun, 21 Feb 2010 20:05:04 +0000 (21 21:05 +0100)
committerKarsten Blees <blees@dcon.de>
Thu, 15 Mar 2012 17:05:08 +0000 (15 18:05 +0100)
tree6d7f0c8e26add2a2778da78525724e20ce536619
parent12b36699951cbf68064d83ddecf17efa2c4ce348
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