<div>Hi all,</div><div><br></div><div>Caution, from now on, topics that were in next before the gatekeeper<br></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> 13691_launch_CoProcessingTestPythonScript_fix</div><div> 13693_CheckFortran_missing</div><div> fix-sq-mpi-error</div>
<div> meminsp-fix</div><div> prominent-value-fix</div><div> update-nightly-binary-version</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> 12742_scalar_bar_improvements</div><div> co-processing-fortran-utilities</div>
<div> MPLFix</div><div> fix-use-directory-name-hint</div><div> remove-use-new-panels-flag</div><div> 13598-VRGrabWorldFix</div><div> AddTransformsToRepresentations</div><div> 13374-slac-multiple-modes</div><div>
tmp</div><div> amr_streaming_pass2</div><div> array-calculator-field-data-support</div><div> update_manta_test</div><div> 13024-debug-leaks-view</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>