<div class="gmail_quote">On Sat, Jul 16, 2011 at 4:33 PM, Bill Lorensen <span dir="ltr"><<a href="mailto:bill.lorensen@gmail.com">bill.lorensen@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Guys,<br>
<br>
What is the proper git command to merge a gerrit-approved topic to<br>
VTK? For ITK we use the alias gerrit-merge. I see that vtk has aliases<br>
stage-merge-next and stage-merge.<br>
<br>
Does it make sense to have a gerrit-merge that does the proper merge?<br>
<font color="#888888"><br></font></blockquote><div>Bill,</div><div><br></div><div>I wrote the gerrit-merge alias for ITK. It is itself an alias for,</div><div><br></div><div>git stage-push</div><div>git stage-merge</div>
<div><br></div><div>These are documented, and used by most VTK developers now. They are the correct way to merge a topic from gerrit (or any other topic) into VTK master.</div><div><br></div><div>Marcus </div></div>