From 2397780e1433afb56e816d82a98185e3fb1221e5 Mon Sep 17 00:00:00 2001 From: Stephen Rothwell Date: Thu, 27 Jun 2019 15:45:03 +1000 Subject: [PATCH] check_commits: run check_fixes as well --- check_commits | 2 ++ 1 file changed, 2 insertions(+) diff --git a/check_commits b/check_commits index 3569e98..9011cb3 100755 --- a/check_commits +++ b/check_commits @@ -11,6 +11,8 @@ if [ -z "$commits" ]; then exit 0 fi +"$(realpath "$(dirname "$0")")/check_fixes" "$@" + declare -a author_missing committer_missing print_commits() -- 2.39.5