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

Patrick Georgi patrick at georgi-clan.de
Wed Jun 12 15:44:20 CEST 2013


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


Patrick




More information about the coreboot mailing list