git-gui: Created very crude Tools menu, to support miga.
commit557afe820baccb21206c974fbd4afa65bd7f1e03
authorShawn O. Pearce <spearce@spearce.org>
Fri, 8 Dec 2006 03:07:38 +0000 (7 22:07 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Sun, 21 Jan 2007 07:54:15 +0000 (21 02:54 -0500)
tree1c9faecb9248b19aebdeab537b22821dc8144b46
parenteae2ce619277903e73550663e6826f0299191bf3
git-gui: Created very crude Tools menu, to support miga.

In one particular case I have a tool called 'miga' which users may need
to invoke on their repository.  This is a homegrown tool which is not
(and should be) part of git-gui, but I still want to be able to run it
from within the gui.

Right now I'm taking a shortcut and adding it to the Tools menu if
we are not on Mac OS X and the support script used to launch the tool
exists in the local filesystem.  This is nothing but a complete and
utter hack.

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