GitXplorerGitXplorer
p

git-commit-hooks

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
3da6a5018530c0ba57d26bdd82519ceee7b919bc

Add ISC license

ppilona committed 7 years ago
Unverified
a0d8bead4438bc0fd16d5d98fc6e24ef636644ef

Add mostly working pre-commit script for Rails apps

ppilona committed 7 years ago
Unverified
c6af5343995441f153047154a53e12f1ef0b54ac

Hard error on commit messages starting with a dash

ppilona committed 7 years ago
Unverified
9747248c0db32e4bbfaef8fcf7857581fda4b533

Require commit messages to not end with a period

ppilona committed 7 years ago
Unverified
3a7d426e4b13daddbe50510df80acce481473881

Fix the fixup warning pattern

ppilona committed 7 years ago
Unverified
0a1f341dd812bb9d3781574af3e631e3f3877601

Fix brain fart/English.

ppilona committed 8 years ago

README

The README file for this repository.

Git Commit Hooks

Various unopinionated---not, git commit hooks. Should all run on a stock POSIX environment.

Installation

cp * /path/to/your/.git/hooks

Hooks

commit-msg

Basic commit message style checker. Based on common community standards for Git commit messages, such as the Linux kernel's.

Will prevent committing if there were unambiguous style errors (not warnings).