Kenneth Lorber <keni@xxxxxxx> writes: > Subject: Re: [RFC PATCH v2 1/6] doc: Tell the glossary about core.hooksPath Perhaps Subject: [PATCH] glossary: describe core.hooksPath Please separate this one patch out and send it again without the rest of the series, as this is quite different from the rest of the 6-patch series and an obvious clarification, unlike the others. > - operation is done. The hook scripts are found in the > - `$GIT_DIR/hooks/` directory, and are enabled by simply > - removing the `.sample` suffix from the filename. In earlier versions > - of Git you had to make them executable. > + operation is done. The hook scripts are found in `$GIT_DIR/hooks/` You accidentally lost 'the', and because you did an unnecessary line-wrapping, such a change became harder to spot. I am not sure if .sample scripts should be a topioc of this glossary entry at all to begin with. And I think it outlived the usefulness to describe what was in versions of Git that is more than 10 years old. I wonder if it is a better idea to take your new description, but remove everything after "The sample scripts are enabled..." except for the "see ... for details" link? > + or in any directory specified by the `core.hooksPath` configuration > + variable. The sample scripts are enabled by simply > + removing the `.sample` suffix from the filename. In earlier versions > + of Git you had to make the sample scripts executable manually. > + Hook scripts must be executable. See linkgit:githooks[5] for details. > [[def_index]]index:: > A collection of files with stat information, whose contents are stored