Document execute permission for commit-msg in Change-Id docs

Bug: issue 1594
Change-Id: I289dc3d8112c8492ec1fce78502f97cd55e75cbe
Signed-off-by: Chad Horohoe <chorohoe@wikimedia.org>
This commit is contained in:
Aleksander Adamowski 2012-10-02 21:21:51 +02:00 committed by Chad Horohoe
parent 320467f829
commit c8b350cce0

View File

@ -54,6 +54,10 @@ of the local Git repository:
$ curl -o .git/hooks/commit-msg http://review.example.com/tools/hooks/commit-msg
Then ensure that the execute bit is set on the hook script:
$ chmod u+x .git/hooks/commit-msg
For more details, see link:cmd-hook-commit-msg.html[commit-msg].
Change Upload