From: Junio C Hamano Date: Thu, 7 Feb 2019 06:05:21 +0000 (-0800) Subject: Merge branch 'km/init-doc-typofix' X-Git-Tag: v2.21.0-rc0~28 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/a3d41733f9dd0d638d1538b54d516fed033c165b?hp=-c Merge branch 'km/init-doc-typofix' Docfix. * km/init-doc-typofix: init docs: correct a punctuation typo --- a3d41733f9dd0d638d1538b54d516fed033c165b diff --combined Documentation/git-init.txt index 057076ca38,fd2c9df68d..32880aafb0 --- a/Documentation/git-init.txt +++ b/Documentation/git-init.txt @@@ -38,6 -38,8 +38,6 @@@ the repository to another place if --se OPTIONS ------- --- - -q:: --quiet:: @@@ -109,6 -111,8 +109,6 @@@ into it If you provide a 'directory', the command is run inside it. If this directory does not exist, it will be created. --- - TEMPLATE DIRECTORY ------------------ @@@ -128,7 -132,7 +128,7 @@@ The template directory will be one of t 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.