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:
* Currently the hook simply uses $EDITOR. The Git editor can be set in
a range of different ways, so `$EDITOR` may not always be the editor
used by Git.
This change:
* Mirror's Git's editor config with the same fallbacks, ref:
https://github.com/git/git/blob/v2.11.0/editor.c#L10-L30Fixes#9
0 commit comments