From a37b50e306a40d6f62db1fb53b694da4fa7fe9db Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Mon, 6 Oct 2014 18:15:10 +0900 Subject: [PATCH] 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 --- Documentation/user-changeid.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/user-changeid.txt b/Documentation/user-changeid.txt index fff14b4531..b0e365f95f 100644 --- a/Documentation/user-changeid.txt +++ b/Documentation/user-changeid.txt @@ -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: