X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgithooks.txt;h=1fd512bca2e12f5eb0abac0edb0dfb2a86949cec;hb=cd4371208a0e9f882f6fd4b4dd28d6911848ec79;hp=28a8abcf52b0c4180a132d4093b6b8a59c63c6fd;hpb=1e68adc1741efa8235054fe182ba9a52b347e78e;p=git.git diff --git a/Documentation/githooks.txt b/Documentation/githooks.txt index 28a8abcf5..1fd512bca 100644 --- a/Documentation/githooks.txt +++ b/Documentation/githooks.txt @@ -15,7 +15,7 @@ DESCRIPTION Hooks are little scripts you can place in `$GIT_DIR/hooks` directory to trigger action at certain points. When -'git-init' is run, a handful example hooks are copied in the +'git-init' is run, a handful of example hooks are copied into the `hooks` directory of the new repository, but by default they are all disabled. To enable a hook, rename it by removing its `.sample` suffix.