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
when opening a repository with the gitx command also activate GitX (pieter#4)
The commit 8c15c66 (Open repositories through AppleEvents.)
changed the way the gitx command line tool opens repositories
from NSWorkspace to AppleScript.
It seems that using NSWorkspace is like actually »opening« the
document/repository while the AppleScript implementation is like
the AppleScript »open« command.
This reestablishes the old behaviour by sending an activate command
before opening the document.
0 commit comments