Closed tommarshall closed 7 years ago
This appears to be caused because $GIT_EDITOR
is set to :
inside the commit-msg
hook, regardless of whether $GIT_EDITOR
is set or not in the outer shell. It's not clear to me why.
The quick fix is to remove the $GIT_EDITOR
env variable from the editor stack.
The
e
(edit commit message) option is not working in v0.6.0.Selecting
e
should re-open the commit in the user's editor again. This is not happening. Instead it simply causes the hook to prompt the user for input again.