$ pip install -U git-review
Requirement already up-to-date: git-review in c:\python27\lib\site-packages
Cleaning up...
showed that I was apparently already at the latest version.
Further attempts to amend the last commit haven't helped. I did notice that somehow I had 2 spaces after "Change-Id:" whereas the recommended message only had 1.
In case someone can see something, here is my currently commit comment and the attempt to push (without using git-commit). This is from my master branch, as I accidentally committed my changes there (as sometimes happens).
mmathie2@mmathie2-WS /cygdrive/c/wireshark-git
remote: Resolving deltas: 100% (16/16)
remote: Processing changes: refs: 1, done
remote: ERROR: missing Change-Id in commit message footer
remote: Suggestion for commit message:
remote:
remote: Change-Id: Ie60dc73e40a2ac1d80197fa712075ccff83cf797
remote:
remote: Hint: To automatically insert Change-Id, install the hook:
remote: gitdir=$(git rev-parse --git-dir); scp -p -P 29418 martinm@xxxxxxxxxxxxxxxxxx:hooks/commit-msg ${gitdir}/hooks/
remote:
remote:
! [remote rejected] HEAD -> refs/for/master/ue_caps_show_bands (missing Change-Id in commit message footer)
mmathie2@mmathie2-WS /cygdrive/c/wireshark-git
$ git log -1
commit f4665be2e5fa30d7500f4b15109053979180efc0
Date: Sun Sep 7 23:45:08 2014 +0100
Trying to get footer right...
Change-Id: Ie60dc73e40a2ac1d80197fa712075ccff83cf797
mmathie2@mmathie2-WS /cygdrive/c/wireshark-git
$