lambdalisue/vim-gina
Ver no GitHub[Gina commit] can not detect the failure of pre-commit hook of git repo
Open
#153 aberto em 30 de jan. de 2018
enhancementhelp wanted
Métricas do repositório
- Stars
- (688 stars)
- Métricas de merge de PR
- (Métricas PR pendentes)
Description
In every git repos:
There are some shell scripts in .git/hooks/.
One of these script is pre-commit which is used to detect coding style of codes that is going to be commited.
It will fail if your code isn't follow it's rule.
In command line,
git commit will fail to start a editor to edit commit message.