Is there something special that I need to do to get EGit to work properly with the Change-Id commit hook?
:~/Git/gwt/trunk$ git push origin HEAD:refs/for/masterCounting objects: 59, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (11/11), done.
Writing objects: 100% (11/11), 1.24 KiB | 0 bytes/s, done.
Total 11 (delta 10), reused 0 (delta 0)
remote: Resolving deltas: 100% (10/10)
remote: Processing changes: refs: 1, done
remote: ERROR: missing Change-Id in commit message footer
remote: Suggestion for commit message:
remote: Fix errors in Eclipse and ANT builds related to super source dir in
remote: test.
remote: Discussion and details here:
remote: Change-Id: I73daa934dfbce1a4eca486153992dc1652450b58
remote:
remote: Hint: To automatically insert Change-Id, install the hook:
remote:
remote:
! [remote rejected] HEAD -> refs/for/master (missing Change-Id in commit message footer)
:~/Git/gwt/trunk/.git/hooks$ ls -l
total 44
-rw------- 1 splaktar splaktar 452 Apr 9 17:22 applypatch-msg.sample
-rwxrwxrwx 1 splaktar splaktar 4376 Jun 14 10:52 commit-msg
But when committing from Eclipse, I never get the Change-Id correctly added.