s

Gerrit fix missing Change-Id issue


Table of Contents

1 issues

When I do push operation:

git push origin HEAD:refs/for/master
              

I got the following error:

remote: Processing changes: refs: 1, done
remote: ERROR: [b8bdbbc] missing Change-Id in commit message footer
remote:

2 fix

For the future, we should install commit hook, which automatically adds the
required Change-Id.

Execute:

scp -p -P 29418 aa@192.168.1.139:hooks/commit-msg .git/hooks/