summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2023-04-30 18:19:24 -0400
committerKyle Meyer <kyle@kyleam.com>2023-04-30 18:20:45 -0400
commita97ddd09f206ab9ce36713746b6087342a426bac (patch)
tree7a9844742768309b78137207d6326b4648f0c71c
parent8e48f5e1e6026c98686484c036ca65010b9fcfb2 (diff)
downloadpiem-a97ddd09f206ab9ce36713746b6087342a426bac.tar.gz
post-applypatch: Switch Message-Id to Message-ID to match upstreammeta
Follow git.git's ba4324c4e1 (e-mail workflow: Message-ID is spelled with ID in both capital letters, 2023-04-03).
-rwxr-xr-xpost-applypatch2
1 files changed, 1 insertions, 1 deletions
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