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
Add instructions and a hook to call core-validate-commit from
git commits.
Depends on nodejs#11
Known issues:
- leaves ${TMPF} around (temporary file)
- probably will reject `fixup:` type commit logs
- may be too strict if someone is just doing a simple
'work in progress' kind of local branch
Larger improvement:
- fold the entire hook script into a mode, and/or an alternate
script entrypoint into core-validate-commit. This would drop
requirements on sh, sed, grep…
Fixes: nodejs#12
srl295
added a commit
to srl295/core-validate-commit
that referenced
this issue
Oct 27, 2016
Add instructions and a hook to call core-validate-commit from
git commits.
Depends on nodejs#11
Known issues:
- leaves ${TMPF} around (temporary file)
- probably will reject `fixup:` type commit logs
- may be too strict if someone is just doing a simple
'work in progress' kind of local branch
Larger improvement:
- fold the entire hook script into a mode, and/or an alternate
script entrypoint into core-validate-commit. This would drop
requirements on sh, sed, grep…
Fixes: nodejs#12
Add a hook to call
core-validate-commit
when you check inThe text was updated successfully, but these errors were encountered: