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
Because:
* The edit option is broken in v0.6.0, because `$GIT_EDITOR` is set to
`:` when the hook is executed by Git - regardless of what the value is
in the outer shell.
This change:
* Removes the $GIT_EDITOR env variable from the editor stack.
Fixes#11
0 commit comments