commit | 87cd09f43e56de5235d09aef3ff5d840419fef49 | [log] [tgz] |
---|---|---|
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | Sat Jan 23 11:03:36 2010 +0100 |
committer | Shawn O. Pearce <spearce@spearce.org> | Sat Jan 23 15:14:04 2010 -0800 |
tree | c2707c97a5987af4cc8074649d533b8d189e37ce | |
parent | 390425bdef450a0eb246552f94ca88a05dc11d06 [diff] |
git-gui: work from the .git dir When git-gui is run from a .git dir, _gitdir would be set to "." by rev-parse, something that confuses the worktree detection. Fix by expanding the value of _gitdir to pwd in this special case. Signed-off-by: Giuseppe Bilotta <giuseppe.bilotta@gmail.com> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>