summaryrefslogtreecommitdiff
path: root/build-aux/git-hooks/commit-msg
Commit message (Collapse)AuthorAgeFilesLines
* build: ignore scissor line for the commit-msg hookPeter Wu2015-07-231-0/+6
| | | | | | | | | | | * build-aux/git-hooks/commit-msg: Stop processing more lines when the scissor line is encountered. -- This allows the command `git commit -v` to work even if the code is longer than 72 characters. Note that comments are already ignored by the previous line. Signed-off-by: Peter Wu <peter@lekensteyn.nl>
* build: Add a commit-msg git-hook script.Werner Koch2015-01-061-0/+127
-- This is the same script as used by GnuPG. It makes sure that lines are not too long and checks some other basic things. ./autogen.sh installs it.