We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b4d47 commit 2bb19e7Copy full SHA for 2bb19e7
Documentation/maintainer/configure-git.rst
@@ -56,7 +56,7 @@ by adding the following hook into your git:
56
$ cat >.git/hooks/applypatch-msg <<'EOF'
57
#!/bin/sh
58
. git-sh-setup
59
- 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"
60
test -x "$GIT_DIR/hooks/commit-msg" &&
61
exec "$GIT_DIR/hooks/commit-msg" ${1+"$@"}
62
:
0 commit comments