X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgithooks.txt;h=1fd512bca2e12f5eb0abac0edb0dfb2a86949cec;hb=6e5d7ddc490fc7fdf46a5d0af35aa6fd64ae4a96;hp=28a8abcf52b0c4180a132d4093b6b8a59c63c6fd;hpb=8e7d1f6d0300b47770930b82a5fc20fec73727c4;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.