git-good-commit icon indicating copy to clipboard operation
git-good-commit copied to clipboard

Git hook to help you write good commit messages, with no external dependencies.

Results 11 git-good-commit issues
Sort by recently updated
recently updated
newest added

I'm getting strange behavior when I go to edit my commit message. I think `read` is capturing key codes meant for movement. https://user-images.githubusercontent.com/4262486/172497034-c0aebfd0-a458-485e-852d-542263e3b9b1.mov Here is my environment as it relates...

This hook didn't detect cap'd subject when prefixed with `tag:`/`[tag]`/`{tag}` eg. ```commit tag(scope): Subject cap check failed [tag] Subject cap check failed {tag} Subject cap check failed ``` `@(+([[:alnum:]])?(\(+([[:alnum:]])\)):|\[+([[:alnum:][:punct:]])\]|\{+([[:alnum:][:punct:]])\}|squash\!)` matches...

- hook: Ignore commit trailers in body - test: Ignore global hooks - test: Add case for autogenerated commit trailers

I am trying to add a spelling check to the git hook. Warning: this is a first shot which is not correctly working! - Last line of the message commit...

The non-interactive detection does not work when called from emacs magit. Also we'd like to force git-good-commit to commit a message, like when doing interactive. So added logic to detect...

When using numbers and special characters in the first word, git-good-commit is not able to recognise the capital letter. Using git-good-commit v0.6.1 and git v2.19.1. ![screenshot](https://user-images.githubusercontent.com/23235841/50148169-1b7e2280-02b8-11e9-8fa9-def481b53112.jpg)

The recommended installation method is to download the script directly. This felt like the simplest approach given that you only need the single script, however `git init` will not overwrite...

It seems that is not possible to use `git-good-commit` alongside `git-review` (gerrit) because both are installing the same hook: `commit-msg`. We need to find a working solution for this so...

Support for semantic commits seems to be easy to implement. See https://seesparkbox.com/foundry/semantic_commit_messages

`Sem-Ver` is a way to add meta-data information about commit types that is growing more and more popularity. A project using adopting `Sem-Ver` in comments, would be able to: *...