Add git commit hooks that do some simple checks on commits.
commit00981cbdfff391d858d262083d24b685217a8353
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 22 Nov 2014 23:46:17 +0000 (22 15:46 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 23 Nov 2014 00:41:10 +0000 (22 16:41 -0800)
tree0d33bcdd109acfb640f24e146cc4b9f40a636612
parent238c052fdb9da3b1f96c09809461b70813c5bebc
Add git commit hooks that do some simple checks on commits.

* autogen.sh: Install Git hooks, if using Git.
* build-aux/git-hooks/commit-msg, build-aux/git-hooks/pre-commit:
New files, which are Git hooks that check for portable file names, and
do some simple checks for commit message format.
autogen.sh
build-aux/git-hooks/commit-msg [new file with mode: 0755]
build-aux/git-hooks/pre-commit [new file with mode: 0755]