On Sep 5, 2013 11:58 AM, "Chad Horohoe" <chorohoe@wikimedia.org> wrote:
> Offhand, my guess would be that the commit-msg hook isn't platform
> independent and is giving you problems on Windows. As a workaround,
> you can amend your latest commit on master (git commit -a --amend)
> and copy+paste that suggested Change-Id into the message.

or the hook was installed in the wrong place or has the wrong perms? (execute bit?)

or maybe it's the environment. try using git bash? or else just ditch windows!

-Jeremy