From a97ddd09f206ab9ce36713746b6087342a426bac Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 30 Apr 2023 18:19:24 -0400 Subject: post-applypatch: Switch Message-Id to Message-ID to match upstream Follow git.git's ba4324c4e1 (e-mail workflow: Message-ID is spelled with ID in both capital letters, 2023-04-03). --- post-applypatch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post-applypatch b/post-applypatch index 160b21c..f63185b 100755 --- a/post-applypatch +++ b/post-applypatch @@ -48,7 +48,7 @@ then ( git show --format="%B" --no-patch HEAD | git interpret-trailers --no-divider \ - --trailer "Message-Id: $message_id" | + --trailer "Message-ID: $message_id" | git commit --amend --file - ) fi -- cgit v1.2.3