<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&#39;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>            0013654-fix-pvblot-plugin-CMakeLists.txt</div><div>            0013669-esc-key-reset-search</div>
<div>(VTK)   0013721_add-polygon-output-option-for-contour</div><div>           13678-extract-block-incorrect-selection</div><div>           13713_coprocessing_plugin_wizard</div><div>           13716_coprocessing_live_insitu_with_screenshots</div>
<div>           13727_improve_catalyst_testing</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> 13024-debug-leaks-view</div><div> vr_improvements</div><div> 12742_scalar_bar_improvements</div><div> co-processing-fortran-utilities</div><div> fix-use-directory-name-hint</div>
<div> seln-inspector-spreadsheet</div><div> AddTransformsToRepresentations</div><div> 13374-slac-multiple-modes</div><div> MPLFix</div><div> 13598-VRGrabWorldFix</div><div> amr_streaming_pass2</div><div> update_manta_test</div>
<div> streaming-temporal-AMR</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>