Gerrit error when Change-Id in commit messages are missing

前端 未结 12 1209
北荒
北荒 2020-11-28 03:58

I set up a branch in the remote repository and made some commits on that branch. Now I want to merge the remote branch to the remote master.

Basically follows are my

12条回答
  •  时光说笑
    2020-11-28 04:32

    under my .git/hooks folder, some sample files were missing. like commit-msg,post-commit.sample,post-update.sample...adding these files resolved my change id missing issue.

提交回复
热议问题