Document that the commit-msg hook honors gerrit.createChangeId

Since b6131581f1 the `commit-msg` hook
will not add the Change-Id line if `gerrit.createChangeId` is set
to false in the git config.

Change-Id: I19806dde25217ce294f0cd5aeb82c95ea21e9fe1
This commit is contained in:
David Pursehouse 2013-08-08 15:09:12 +09:00
parent becc8d4be7
commit c05da5b54c

View File

@ -55,6 +55,9 @@ This permits amending an existing commit, or allows the user to
insert the Change-Id manually after copying it from an existing
change viewed on the web.
The `Change-Id` will not be added if `gerrit.createChangeId` is set
to `false` in the git config.
OBTAINING
---------