From: Kyle Meyer Date: Thu, 24 Jan 2019 21:44:16 +0000 (-0500) Subject: init docs: correct a punctuation typo X-Git-Tag: v2.21.0-rc0~28^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=86fb1c4e770e201b136a81cc3f4a3b2e592961c2;p=git init docs: correct a punctuation typo Signed-off-by: Kyle Meyer Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-init.txt b/Documentation/git-init.txt index 3c5a67fb96..fd2c9df68d 100644 --- a/Documentation/git-init.txt +++ b/Documentation/git-init.txt @@ -132,7 +132,7 @@ The template directory will be one of the following (in order): The default template directory includes some directory structure, suggested "exclude patterns" (see linkgit:gitignore[5]), and sample hook files. -The sample hooks are all disabled by default, To enable one of the +The sample hooks are all disabled by default. To enable one of the sample hooks rename it by removing its `.sample` suffix. See linkgit:githooks[5] for more general info on hook execution.