git-gui: check whether systems nice command works or disable it
commit9c898a18ea37aa04a84c3a2d18794cf892862702
authorHeiko Voigt <hvoigt@hvoigt.net>
Sun, 7 Feb 2010 21:47:56 +0000 (7 22:47 +0100)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 8 Feb 2010 15:56:55 +0000 (8 07:56 -0800)
tree94e5b92a40a3881384e600a95c462ac140158621
parentd6db1bbe1151e3acfc6f25258cfa1d48d32dcc89
git-gui: check whether systems nice command works or disable it

This fixes issue 394 from msysgit. It seems that the Gnuwin32 project
provides a nice command but it returns a "not implemented" error. To
help users we now try to execute once and disable it in case it fails.

Signed-off-by: Heiko Voigt <hvoigt@hvoigt.net>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh