From 97a24b350c4b9400749e5b199d563e2ed3dfbe6d Mon Sep 17 00:00:00 2001 From: Jessica Clarke Date: Mon, 8 Dec 2025 13:26:00 +0000 Subject: [PATCH] prepare-commit-msg: Add missing tabs to Fixes: and Event: Although these line up when prefixed with "# ", once the comment prefix is deleted they no longer do. Add an extra tab to each to compensate, just like "Obtained from:". --- tools/tools/git/hooks/prepare-commit-msg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/tools/git/hooks/prepare-commit-msg b/tools/tools/git/hooks/prepare-commit-msg index e8e0e2887c3..007f0f8cbbd 100755 --- a/tools/tools/git/hooks/prepare-commit-msg +++ b/tools/tools/git/hooks/prepare-commit-msg @@ -48,11 +48,11 @@ $(awk '1;/^#$/{exit}' $1) # Tested by: # Approved by: # Obtained from: -# Fixes: +# Fixes: # MFC after: # Relnotes: # Security: -# Event: +# Event: # Sponsored by: # Pull Request: /pull/###> # Differential Revision: