node-commit-msg
node-commit-msg copied to clipboard
Git commit message validator
Results
2
node-commit-msg issues
Sort by
recently updated
recently updated
newest added
Java dep is currently an optional dependency which has the effect of allowing it to fail installing without failing the install of commit-msg. The problem with this is the Java...
I find the default output rather verbose. Would it be possible to add an option to show output similar to `git log --oneline`? For example, this, except color coded? ```...