-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
It seems that is not possible to use git-good-commit
alongside git-review
(gerrit) because both are installing the same hook: commit-msg
.
We need to find a working solution for this so we can use both and eventually with other hooks.
I already made a CR for gerrit itself for adding this kind of functionality:
https://gerrit-review.googlesource.com/#/c/103362/
The same code could be added to git-review-hook in order to enable call of other hooks. The first hooks that gets installed is supposed to create the commit-msg.d
folder and next hooks will be able to deploy themselves into this folder.
Metadata
Metadata
Assignees
Labels
No labels