Spencer Oliver wrote: > One addition i forgot to mention. > Gerrit uses a Change-Id to track the change, thsi is generated client > side using a hook. > > You will need to install this hook, we will look into a better solution > scp -p -P 29418 usern...@openocd.zylin.com:hooks/commit-msg .git/hooks/
It is very important to use this hook in the local repo. After commit and push a patch gets reviewed, and perhaps some changes will be made, the commit will be amended or rebased, and then pushed again. If a commit already has a change-id, the hook will not add a new one. Since the change-id remains identical, Gerrit is able to detect that a new patch was pushed for the same logical change. This allows very easy-to-follow review iterations over changes. //Peter _______________________________________________ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development