git-gui: Relocate the menu/transport menu code.
commit9b28a8b9c2051bf85f71cdec85c142a0ab561f10
authorShawn O. Pearce <spearce@spearce.org>
Mon, 26 Feb 2007 16:17:11 +0000 (26 11:17 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 26 Feb 2007 16:17:11 +0000 (26 11:17 -0500)
tree685a6ef014247ed9b16ca90948495ca1b05a956a
parent92446aba47b0e0db28f7b858ea387efcca30ab44
git-gui: Relocate the menu/transport menu code.

This code doesn't belong down in the main window UI creation,
its really part of the menu system and probably should be
located with it.  I'm moving it because I could not find
the code when I was looking for it earlier today, as it was
not where I expected it to be found.

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