[coreboot] gitreview.sh for attaching reviewers to patches on upload

Aaron Durbin adurbin at chromium.org
Wed Jun 12 16:09:21 CEST 2013


On Wed, Jun 12, 2013 at 8:44 AM, Patrick Georgi <patrick at georgi-clan.de> wrote:
> Am 12.06.2013 15:26, schrieb Aaron Durbin:
>>  $ gitreview.sh  adurbin
>> git push --receive-pack='git receive-pack --reviewer=adurbin
>> --cc=<cc_someone>' upstream HEAD:refs/for/master
> gerrit 2.6 has a somewhat different syntax:
>
> git push upstream HEAD:refs/for/master%r=reviewer at example.net,cc=cc at example.net
>
> the r= and c= statements can be repeated at will.
>
> See http://gerrit-documentation.googlecode.com/svn/Documentation/2.6/user-upload.html

Nifty. I didn't know about that. Fwiw, that syntax worked w/
coreboot's gerrit server.

Thanks.

-Aaron



More information about the coreboot mailing list