git-gui: Display message box when we cannot find git in $PATH
commit183a1d1496921e16d316ac523146385af39fcdb0
authorShawn O. Pearce <spearce@spearce.org>
Fri, 21 Sep 2007 14:58:02 +0000 (21 10:58 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Sat, 22 Sep 2007 01:58:37 +0000 (21 21:58 -0400)
treeed79c704093f65532e8126ad65ad23540026de03
parentae0754ac9a24afa2693246222fc078fe9c133b3a
git-gui: Display message box when we cannot find git in $PATH

If we cannot find the git executable in the user's $PATH then
we cannot function correctly.  Because we need that to get the
version so we can load our library correctly we cannot rely on
the library function "error_popup" here, as this is all running
before the library path has been configured, so error_popup is
not available to us.

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