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:
parent
becc8d4be7
commit
c05da5b54c
@ -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
|
||||
---------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user