Serve custom commit-msg hook from Gerrit -



Serve custom commit-msg hook from Gerrit -

gerrit comes default commit message hook insert change-id in footer. hook defines change-id should inserted after issue or bug in footer:

change_id_after="bug|issue"

now modify becomes:

change_id_after="refs|closes|fixes"

this because issue tracker in utilize doesn't work bug or issue issue identifier starting #.

now of course of study can apply locally uniformity desired across finish development team. help lot if gerrit serve modified file.

i can't seem find in gerrit's docs describes achieve. since hook pulled in through scp thought might able upload modified hook same way. of course of study didn't work.

i have administrative rights gerrit, can't issue.

gerrit

Comments

Popular posts from this blog

assembly - What is the addressing mode for ld, add, and rjmp instructions? -

vowpalwabbit - Interpreting Vowpal Wabbit results: Why are some lines appended by "h"? -

ubuntu - Bash Script to Check That Files Are Being Created -