diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-02-06 22:05:21 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-02-06 22:05:21 -0800 |
commit | a3d41733f9dd0d638d1538b54d516fed033c165b (patch) | |
tree | 6dd3c1232ad9487a7a2ed2c0dd1c524bbe6aa35a | |
parent | Merge branch 'en/rebase-merge-on-sequencer' (diff) | |
parent | init docs: correct a punctuation typo (diff) | |
download | tgif-a3d41733f9dd0d638d1538b54d516fed033c165b.tar.xz |
Merge branch 'km/init-doc-typofix'
Docfix.
* km/init-doc-typofix:
init docs: correct a punctuation typo
-rw-r--r-- | Documentation/git-init.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-init.txt b/Documentation/git-init.txt index 057076ca38..32880aafb0 100644 --- a/Documentation/git-init.txt +++ b/Documentation/git-init.txt @@ -128,7 +128,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. |