Comment 2 for bug 1200215

Revision history for this message
Clark Boylan (cboylan) wrote : Re: Gerrit revert does not include Change-Id in commit message

It is worth noting that the Change Id hook that git review installs will not add a Change Id to revert commits. Instead what you can git is `git revert` then `git commit --amend` which will cause the hook to run and add a Change Id.