From 31fa8a163e4b419f10326cc1dd21285cce7ce6af Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Sat, 1 Dec 2007 23:57:17 +0100 Subject: Implement git-check-commit-msg --- git-check-commit-msg/Makefile-files | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 git-check-commit-msg/Makefile-files (limited to 'git-check-commit-msg/Makefile-files') diff --git a/git-check-commit-msg/Makefile-files b/git-check-commit-msg/Makefile-files new file mode 100644 index 0000000..c0b0e01 --- /dev/null +++ b/git-check-commit-msg/Makefile-files @@ -0,0 +1,7 @@ +# -*- makefile -*- + +AM_INSTALLCHECK_STD_OPTIONS_EXEMPT += git-check-commit-msg +bin_SCRIPTS += git-check-commit-msg/git-check-commit-msg +EXTRA_DIST += git-check-commit-msg/git-check-commit-msg + +TESTS += git-check-commit-msg/run-tests.sh -- cgit