]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc: config: include existing git-hook(1) section
authorKristoffer Haugsbakk <code@khaugsbakk.name>
Thu, 21 May 2026 16:25:57 +0000 (18:25 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 22 May 2026 00:36:20 +0000 (09:36 +0900)
It is already included in git-hook(1) but missing from git-config(1).

Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.adoc

index dcea3c0c15e2a93d271adf4d1322763257bcc4f9..a80e7db46d96972741f4d1415e2b0cecfcef95ae 100644 (file)
@@ -451,6 +451,8 @@ include::config/guitool.adoc[]
 
 include::config/help.adoc[]
 
+include::config/hook.adoc[]
+
 include::config/http.adoc[]
 
 include::config/i18n.adoc[]