author | Shawn O. Pearce <spearce@spearce.org> | |
Fri, 21 Sep 2007 07:41:51 +0000 (03:41 -0400) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Sat, 22 Sep 2007 05:32:00 +0000 (01:32 -0400) | ||
commit | a4bee597134aee9883adba1e79be926a92f80367 | |
tree | fde7c8c085f60572c4a3bbe7c388038cc32d4eb4 | tree | snapshot |
parent | f31c14b30b49f76330e6e7c192865e0230dec8c9 | commit | diff |
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>
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 | diff | blob | history |