Clarification of instructions for downloading the commit-msg hook

The instructions are to use one of the example commands to download
the hook.  Separate the example commands into two distinct paragraphs
separated by "or".

Change-Id: I62ee6de6438a392d3ef344652c8dcd9d5f389f97
This commit is contained in:
David Pursehouse 2014-10-06 18:15:10 +09:00
parent 0d225f0bf5
commit a37b50e306

View File

@ -56,6 +56,8 @@ of the local Git repository:
$ curl -Lo .git/hooks/commit-msg http://review.example.com/tools/hooks/commit-msg
or:
$ scp -p -P 29418 john.doe@review.example.com:hooks/commit-msg .git/hooks/
Then ensure that the execute bit is set on the hook script: