From: Kristoffer Haugsbakk Date: Thu, 21 May 2026 16:25:55 +0000 (+0200) Subject: doc: hook: remove stray backtick X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=c8a3ceaa2f2c01d778e10685fc8de70592eefb2c;p=thirdparty%2Fgit.git doc: hook: remove stray backtick Signed-off-by: Kristoffer Haugsbakk Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-hook.adoc b/Documentation/git-hook.adoc index 46ea52db55..96c5c9c3c2 100644 --- a/Documentation/git-hook.adoc +++ b/Documentation/git-hook.adoc @@ -41,7 +41,7 @@ spell-checker for your commit messages, you would write a configuration like so: With this config, when you run 'git commit', first `~/bin/linter --cpp20` will have a chance to check your files to be committed (during the `pre-commit` hook -event`), and then `~/bin/spellchecker` will have a chance to check your commit +event), and then `~/bin/spellchecker` will have a chance to check your commit message (during the `commit-msg` hook event). Commands are run in the order Git encounters their associated