mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-22 17:34:54 +01:00
devel/STYLE: information how to enable standard pre-commit hook
It is easier to enable git standard pre-commit hook, when the operation to do so is presented.
This commit is contained in:
parent
2302fd7925
commit
5872cba1eb
1 changed files with 3 additions and 2 deletions
|
@ -45,8 +45,9 @@ function (param_type param, param_type param)
|
||||||
- likewise, there is a space following keywords such as if and while
|
- likewise, there is a space following keywords such as if and while
|
||||||
- every binary operator should have space on either side.
|
- every binary operator should have space on either side.
|
||||||
|
|
||||||
* No trailing whitespace. Please enable the standard pre-commit hook
|
* No trailing whitespace. Please enable the standard pre-commit hook in git
|
||||||
in git (or an equivalent hook).
|
(or an equivalent hook). The standard pre-commit hook is enabled by simply
|
||||||
|
renaming file '.git/hooks/pre-commit.sample' to '.git/hooks/pre-commit' .
|
||||||
|
|
||||||
* The name in a function prototype should start at the beginning of a line.
|
* The name in a function prototype should start at the beginning of a line.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue