Document the new commit-msg hook supplied by Gerrit

Change-Id: Ide25706bcc9956159b5f0a194e6e4151ef058e90
Signed-off-by: Shawn O. Pearce <sop@google.com>
This commit is contained in:
Shawn O. Pearce
2009-08-21 18:33:10 -07:00
parent ea9121f6c0
commit bb2b567e46
2 changed files with 69 additions and 0 deletions

View File

@@ -14,6 +14,18 @@ To download a client command, use scp:
$ scp -P 29418 review.example.com:bin/gerrit-cherry-pick ~/bin
Client Hooks
------------
Client hooks can be downloaded via scp, and installed into a local
Git repository.
link:cmd-hook-commit-msg.html[commit-msg]::
Automatically generate `Change-Id: ` tags in commit messages.
To download a client hook, use scp:
$ scp -P 29418 review.example.com:hooks/commit-msg .git/hooks
Executing Commands
------------------