From e4ba6dbc3f1e76890b22773807ea37fe8fa2b1bc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 10 Apr 2024 22:34:10 +0200 Subject: Adding upstream version 4.2.2. Signed-off-by: Daniel Baumann --- tools/commit-msg | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 tools/commit-msg (limited to 'tools/commit-msg') diff --git a/tools/commit-msg b/tools/commit-msg new file mode 100755 index 0000000..6b3052b --- /dev/null +++ b/tools/commit-msg @@ -0,0 +1,7 @@ +#!/bin/sh +# +# Validate the commit message. + +./tools/validate-commit.py --commitmsg $1 + + -- cgit v1.2.3