gerrit-intellij-plugin icon indicating copy to clipboard operation
gerrit-intellij-plugin copied to clipboard

Commits missing the Change-ID

Open lssilva opened this issue 9 years ago • 4 comments

Commits with the plugins are not attaching the Change-Id

lssilva avatar May 29 '15 09:05 lssilva

If you do not use the IntelliJ plugin to checkout your project for Gerrit, you need to install the commit message hook manually, see: https://gerrit-review.googlesource.com/Documentation/user-changeid.html#creation

Though the plugin could show a warning when this hook is not installed and offer an option to manually install it.

uwolfer avatar May 30 '15 09:05 uwolfer

It appears there is no support for Change-ID on Windows git clients by Gerrit: https://github.com/civiccc/gerrit/issues/9#issuecomment-454640547

HenkPoley avatar Sep 08 '20 06:09 HenkPoley

@HenkPoley : Not sure if I understand correctly: can you please explain how the linked issue is related to this IntelliJ Gerrit plugin?

uwolfer avatar Sep 08 '20 09:09 uwolfer

Maybe it isn't.

A colleague managed to get a 'run Git hooks' checkbox working in the get Commit sidepane on Windows via a Laragon supplied bash. So I guess now it does work, I'll have to look into that. Even though gerrit only supports hooks in bash scripts for their basic operations, which you will need install separately on Windows.

HenkPoley avatar Sep 08 '20 09:09 HenkPoley