You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set the SBApplication instance's sendMode to kAENoReply to speed up how quickly gitx terminates
Without this it was waiting for the Apple Event to respond, which could result in the gitx command line app staying open for a few seconds as it waits for the reply. This happened frequently when trying to open a repository that was already open.
0 commit comments