X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgitrepository-layout.txt;h=1befca98d49583b42e652b4ce21fccb89b5b5cdb;hb=cd4371208a0e9f882f6fd4b4dd28d6911848ec79;hp=a969b3fbc3efc99ce490455b93c8bfb912994e2e;hpb=39a76bdd7de18b2bb2651dcb8136563df41e84f7;p=git.git diff --git a/Documentation/gitrepository-layout.txt b/Documentation/gitrepository-layout.txt index a969b3fbc..1befca98d 100644 --- a/Documentation/gitrepository-layout.txt +++ b/Documentation/gitrepository-layout.txt @@ -134,7 +134,8 @@ hooks:: Hooks are customization scripts used by various git commands. A handful of sample hooks are installed when 'git-init' is run, but all of them are disabled by - default. To enable, they need to be made executable. + default. To enable, the `.sample` suffix has to be + removed from the filename by renaming. Read linkgit:githooks[5] for more details about each hook.