lambdalisue/vim-gina

[Gina commit] can not detect the failure of pre-commit hook of git repo

Open

#153 aperta il 30 gen 2018

Vedi su GitHub
 (3 commenti) (0 reazioni) (0 assegnatari)Vim Script (28 fork)github user discovery
enhancementhelp wanted

Metriche repository

Star
 (688 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor