Comment 11 for bug 1024073

Revision history for this message
Cedric Brandily (cbrandily) wrote :

It's unrelated, your commit message is incorrect:

 remote rejected] HEAD -> refs/publish/master (missing Change-Id in commit message footer)

means that no Change-Id: is in the commit message. You should do:

 git review -s
 git commit --amend
 git review