summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2017-09-27maint: prefer https URLsSami Kerola
* all: Use HTTP over Transport Layer Security.
2014-12-28copy: add git hooks from coreutilsSami Kerola
Copy git hooks from coreutils to assure commit messages are suitable for ChangeLog. For example 'Signd-off-by' lines should not be used, and such error has already slipped twice to hello, see 9aaee4c9 and bc966b6f. * bootstrap.conf: Add bootstrap_epilogue() to maintain up to date copy of scripts in .git/hooks/ directory. * scripts/git-hooks/applypatch-msg: Add script. * scripts/git-hooks/commit-msg: Add script. * scripts/git-hooks/pre-applypatch: Add script. * scripts/git-hooks/pre-commit: Add script.