git-gui: work from the .git dir
commit87cd09f43e56de5235d09aef3ff5d840419fef49
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Sat, 23 Jan 2010 10:03:36 +0000 (23 11:03 +0100)
committerShawn O. Pearce <spearce@spearce.org>
Sat, 23 Jan 2010 23:14:04 +0000 (23 15:14 -0800)
treec2707c97a5987af4cc8074649d533b8d189e37ce
parent390425bdef450a0eb246552f94ca88a05dc11d06
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>
git-gui.sh