diff options
Diffstat (limited to 'post-applypatch')
-rwxr-xr-x | post-applypatch | 2 |
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 |