[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <87352krgl4.fsf@meer.lwn.net>
Date: Wed, 21 Jun 2023 09:16:23 -0600
From: Jonathan Corbet <corbet@....net>
To: Johannes Berg <johannes@...solutions.net>,
linux-kernel@...r.kernel.org, linux-doc@...r.kernel.org
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Johannes Berg <johannes.berg@...el.com>
Subject: Re: [PATCH] Documentation: update git configuration for Link: tag
Johannes Berg <johannes@...solutions.net> writes:
> From: Johannes Berg <johannes.berg@...el.com>
>
> The latest version of git (2.41.0) changed the spelling
> of Message-Id to Message-ID. Adjust the perl script here
> to accept both spellings.
>
> Signed-off-by: Johannes Berg <johannes.berg@...el.com>
> ---
> Documentation/maintainer/configure-git.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/maintainer/configure-git.rst b/Documentation/maintainer/configure-git.rst
> index 80ae5030a590..ec0ddfb9cdd3 100644
> --- a/Documentation/maintainer/configure-git.rst
> +++ b/Documentation/maintainer/configure-git.rst
> @@ -56,7 +56,7 @@ by adding the following hook into your git:
> $ cat >.git/hooks/applypatch-msg <<'EOF'
> #!/bin/sh
> . git-sh-setup
> - perl -pi -e 's|^Message-Id:\s*<?([^>]+)>?$|Link: https://lore.kernel.org/r/$1|g;' "$1"
> + perl -pi -e 's|^Message-I[dD]:\s*<?([^>]+)>?$|Link: https://lore.kernel.org/r/$1|g;' "$1"
> test -x "$GIT_DIR/hooks/commit-msg" &&
Applied, thanks.
jon
Powered by blists - more mailing lists