Hey,
This is a new bug with Lion because of their resume functionality.
One 'fix' I tried and which seems to work is to run this on the terminal:
defaults write nl.frim.GitX NSQuitAlwaysKeepsWindows -bool NO
After reopening GitX and the closing it once more, it should now work
as expected.
- Pieter
On Sat, Aug 20, 2011 at 10:38 AM, <[email protected]> wrote:
> Hi,
> (this is a bug report. I couldn't find a place to submit bug reports, that's
> why I'm posting it here (please point me to the right location to submit bug
> reports if there is one))
> When I call gitx CLI utility GitX.app is launched and the window with the
> tree view of my repo is opened (as expected), but also another empty window
> of GitX is opened (which is not expected). This happens only when I run gitx
> CLI util when GitX.app is not running. If it's running, only one window with
> my repo's tree is opened (as expected).