aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux/git-hooks (follow)
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 <[email protected]>
* Rename scripts/ to build-aux/Werner Koch2014-01-101-0/+127
* scripts/: Rename to build-aux/ * Makefile.am: Adjust accordingly. * configure.ac (AC_CONFIG_AUX_DIR): Change to build-aux.