doc: hook: consistently capitalize Git
Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Kristoffer Haugsbakk committed
May 21, 2026 at 18:25 UTC
2d2aeb331ea2ba3e46db382738c64e95a5ca3478
1 file changed
+4
-4
Documentation/git-hook.adoc
+4
-4
@@ -3,7 +3,7 @@ git-hook(1)
3
4
NAME
5
----
6
-git-hook - Run git hooks
6
+git-hook - Run Git hooks
7
8
SYNOPSIS
9
--------
@@ -15,8 +15,8 @@ SYNOPSIS
15
DESCRIPTION
16
-----------
17
18
-A command interface for running git hooks (see linkgit:githooks[5]),
19
-for use by other scripted git commands.
18
+A command interface for running Git hooks (see linkgit:githooks[5]),
19
+for use by other scripted Git commands.
20
21
This command parses the default configuration files for sets of configs like
22
so:
@@ -161,7 +161,7 @@ setting, allowing all hooks for the event to run concurrently, even if they
161
are not individually marked as parallel.
162
+
163
Some hooks always run sequentially regardless of this flag or the
164
-`hook.jobs` config, because git knows they cannot safely run in parallel:
164
+`hook.jobs` config, because Git knows they cannot safely run in parallel:
165
`applypatch-msg`, `pre-commit`, `prepare-commit-msg`, `commit-msg`,
166
`post-commit`, `post-checkout`, and `push-to-checkout`.
167