<div>Hi all,<br></div><div><br></div><div>Caution, from now on, topics that were in next before the gatekeeper</div><div>review and that haven't been merged to master will be automatically</div><div>removed from next so next will basically be equivalent to master.</div>
<div><br></div><div>In an effort to clean up stage please remove any deprecated or dead</div><div>branches that belong to you.</div><div><br></div><div>Thank you,</div><div><br></div><div>Seb</div><div><br></div><div>---------------------------------------------</div>
<div>Topics merged into master</div><div>---------------------------------------------</div><div><br></div><div> 0013602-fix-crash-on-double-disconnect</div><div> 12048_find-data-toolbar-button</div><div> 13691_launch_CoProcessingTestPythonScript_fix</div>
<div> 13696_mobile_remote_control_plugin</div><div>(VTK) 13700-MPL-PythonCheck</div><div>(VTK) forward-to-vtk-master</div><div> more_gmv_reader_warning_fix</div><div> update_xml_doc</div><div><br>
</div><div>---------------------------------------------</div><div>Topics remaining on stage (NOT in NEXT)</div><div>---------------------------------------------</div><div><br></div><div> topic_commandproperty_314</div>
<div> vr_improvements</div><div> 13598-VRGrabWorldFix</div><div> 12742_scalar_bar_improvements</div><div> co-processing-fortran-utilities</div><div> fix-use-directory-name-hint</div><div>
AddTransformsToRepresentations</div><div> 13374-slac-multiple-modes</div><div> amr_streaming_pass2</div><div> 13024-debug-leaks-view</div><div> streaming-temporal-AMR</div><div> MPLFix</div>
<div> 13047_java_wrapping_for_paraviewcore_and_eclipse_swt_rendering</div><div><br></div><div>---------------------------------------------</div><div> Git cheat sheet</div><div>---------------------------------------------</div>
<div><br></div><div># Merge a branch from stage to next:</div><div># -------</div><div>$ ssh <a href="mailto:git@paraview.org">git@paraview.org</a> stage ParaView merge YOUR_STAGE_BRANCH_NAME</div><div><br></div><div># Delete your branch from stage:</div>
<div># -------</div><div>$ git push stage :YOUR_STAGE_BRANCH_NAME</div><div><br></div><div># To rebase your work on top of master</div><div># -------</div><div>$ git fetch origin</div><div>$ git checkout -b YOUR_STAGE_BRANCH_NAME stage/YOUR_STAGE_BRANCH_NAME</div>
<div>$ git rebase origin/master</div><div>$ git push stage :YOUR_STAGE_BRANCH_NAME</div><div>$ git stage-push</div><div>$ git stage-merge</div>