lambdalisue/vim-gina

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

Open

#153 aberto em 30 de jan. de 2018

Ver no GitHub
 (3 comments) (0 reactions) (0 assignees)Vim Script (28 forks)github user discovery
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.

Guia do colaborador