mirror of
https://github.com/git-for-windows/git.git
synced 2026-06-11 19:37:52 -05:00
doc: hook: remove stray backtick
Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
6a4418c36d
commit
c8a3ceaa2f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user