diff options
author | Tomi Ollila <tomi.ollila@iki.fi> | 2013-03-23 14:07:15 +0200 |
---|---|---|
committer | David Bremner <bremner@unb.ca> | 2013-03-29 09:21:44 -0400 |
commit | 5872cba1ebfd69de738f31da3a491b573f7c2779 (patch) | |
tree | 89738af8342d5e3789bfe5cdd242d29e3124e0cf /devel | |
parent | 2302fd7925ab624d2fd17ba6bceabf656e6ad741 (diff) |
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.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/STYLE | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/STYLE b/devel/STYLE index 0792ba12..92de42cc 100644 --- a/devel/STYLE +++ b/devel/STYLE @@ -45,8 +45,9 @@ function (param_type param, param_type param) - likewise, there is a space following keywords such as if and while - every binary operator should have space on either side. -* No trailing whitespace. Please enable the standard pre-commit hook - in git (or an equivalent hook). +* No trailing whitespace. Please enable the standard pre-commit hook in git + (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. |