git-gui: Don't offer my miga hack if its configuration file isn't present.
commitf7b9f6e4406458d522f9b376efdfecadf6b4ab35
authorShawn O. Pearce <spearce@spearce.org>
Sun, 21 Jan 2007 01:53:37 +0000 (20 20:53 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 21 Jan 2007 07:54:19 +0000 (21 02:54 -0500)
treec2f22068c5a7f0040fed8e120c7a1aac0ef3e682
parent98063115920338a1a6472a22c6792b13e37012b5
git-gui: Don't offer my miga hack if its configuration file isn't present.

I really hate that I have this specialized hack within git-gui, but
its here.  The hack shouldn't be offered unless miga's required .pvcsrc
file is in the top level of the repository's working directory.  If
this file is missing miga will fail to startup properly, and the user
cannot wouldn't be able to use it within this directory.

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