git-gui: Refactor some UI init to occur earlier
commita4bee597134aee9883adba1e79be926a92f80367
authorShawn O. Pearce <spearce@spearce.org>
Fri, 21 Sep 2007 07:41:51 +0000 (21 03:41 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Sat, 22 Sep 2007 05:32:00 +0000 (22 01:32 -0400)
treefde7c8c085f60572c4a3bbe7c388038cc32d4eb4
parentf31c14b30b49f76330e6e7c192865e0230dec8c9
git-gui: Refactor some UI init to occur earlier

I'm starting to setup a main window that the user can use to
locate an existing repository, clone an existing repository,
or create a new repository from scratch.  To help do that I
want most of our common UI support already defined before we
start to look for the Git repository, this way if it was not
found we can open a window to help the user locate it.

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