git-gui: Reorganized startup procedure to ensure gitdir is right.
authorShawn O. Pearce <spearce@spearce.org>
Tue, 7 Nov 2006 05:20:56 +0000 (00:20 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 7 Nov 2006 08:05:18 +0000 (03:05 -0500)
Because we cd after getting the cdup value from Git we can't try
to get the gitdir until after we perform the cd, as usually the
gitdir is relative to the current working directory.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
No differences found