> > I'm on Windows and have no idea how to setup the git commit hook. Google > search has been unhelpful on this issue. >
In your GWT checkout directory you place the commit hook inside .git/hooks/ (.git already exists but you may need to create the hooks directory). Once you have done that and you commit something in GWT this commit hook will automatically append a change-id line to your commit message. That change-id line is used by Gerrit. If your commit does not have such a line then Gerrit will most likely deny the git push. -- J. -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/b1fea124-b7fc-4626-b1fe-1ac579c48472%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
