commit | ba7cc6609e5726ddc59158b60ac01f5fc9717ab3 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <spearce@spearce.org> | Tue Jul 17 23:23:56 2007 -0400 |
committer | Shawn O. Pearce <spearce@spearce.org> | Tue Jul 17 23:23:56 2007 -0400 |
tree | 237cf2ec7f986f32b24b91393586c40f00e4c76c | |
parent | 3972b987d373759ae4868012fe8133ca1e26ea20 [diff] |
git-gui: Move feature option selection before GIT_DIR init By moving our feature option determination up before we look for GIT_DIR we can make a decision about whether or not we need a working tree up front, before we look for GIT_DIR. A future change could then allow us to start in a bare Git repository if we only need access to the ODB. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>