[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/3] add git hooks to GNU Hello
From: |
Sami Kerola |
Subject: |
[PATCH 0/3] add git hooks to GNU Hello |
Date: |
Sun, 28 Dec 2014 11:27:22 +0000 |
Hello,
Assuming no-one objects I will push the git hook changes to repository in
Jan 1st. Adding the hooks is primarily done to avoid commit messages
mistakes, such as I already did in 9aaee4c9 and bc966b6f.
There is also a small update to .gitignore file, and since the change is
pushed after new year I will also ensure 'make update-copyright' gets to
be ran.
Sami Kerola (3):
copy: add git hooks from coreutils
scripts: check files exist before comparing
maint: update .gitignore
bootstrap.conf | 19 +++++
po/.gitignore | 1 +
scripts/git-hooks/applypatch-msg | 15 ++++
scripts/git-hooks/commit-msg | 153 +++++++++++++++++++++++++++++++++++++++
scripts/git-hooks/pre-applypatch | 14 ++++
scripts/git-hooks/pre-commit | 50 +++++++++++++
6 files changed, 252 insertions(+)
create mode 100755 scripts/git-hooks/applypatch-msg
create mode 100755 scripts/git-hooks/commit-msg
create mode 100755 scripts/git-hooks/pre-applypatch
create mode 100755 scripts/git-hooks/pre-commit
--
2.2.1
- [PATCH 0/3] add git hooks to GNU Hello,
Sami Kerola <=