issues
search
tommarshall
/
git-good-commit
Git hook to help you write good commit messages, with no external dependencies.
MIT License
195
stars
33
forks
source link
Fix edit option
#12
Closed
tommarshall
closed
7 years ago
tommarshall
commented
7 years ago
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
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:
Fixes #11