commit | b8ce6f0ec8a275bf9e32ff7666d00a88154fd50b | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <spearce@spearce.org> | Tue Nov 07 00:20:56 2006 -0500 |
committer | Shawn O. Pearce <spearce@spearce.org> | Tue Nov 07 03:05:18 2006 -0500 |
tree | fc7877caa6f08c717aec3d307e378033673f303d | |
parent | cc4b1c0213ad2d99121135125b8c2ea630bebe3d [diff] |
git-gui: Reorganized startup procedure to ensure gitdir is right. 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>