<p> Attention is currently required from: N A. </p>
<p><a href="https://gerrit.asterisk.org/c/asterisk/+/16483">View Change</a></p><p>1 comment:</p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0;"><p><a href="null">File apps/app_mf.c:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.asterisk.org/c/asterisk/+/16483/comment/89ae1379_9454edf7">Patch Set #3, Line 1:</a> <code style="font-family:monospace,monospace">/*
</code></p><p><blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;">Is there an easy way to do this from within Gerrit (e.g. […]</blockquote></p><p style="white-space: pre-wrap; word-wrap: break-word;">I don't think you can do it in gerrit but you can do it easily locally.</p><p style="white-space: pre-wrap; word-wrap: break-word;">Get your master branch up to date:<br>git checkout master<br>git pull</p><p style="white-space: pre-wrap; word-wrap: break-word;">Checkout your work branch for this patch series and rebase it on master<br>to pick up the first patch which was already merged:<br>git checkout <work branch><br>git rebase master</p><p style="white-space: pre-wrap; word-wrap: break-word;">Now you're at the SF commit. Fix the line endings and amend that commit:<br>dos2unix apps/app_mf.c<br>git commit -a --amend --no-edit</p><p style="white-space: pre-wrap; word-wrap: break-word;">Copy and save the new commit hash for the SF commit.</p><p style="white-space: pre-wrap; word-wrap: break-word;">Now reset back one commit to get to the MF one:<br>git reset --hard HEAD~1</p><p style="white-space: pre-wrap; word-wrap: break-word;">Change the line endings back to unix and ammend the commit.<br>dos2unix apps/app_mf.c<br>git commit -a --amend --no-edit</p><p style="white-space: pre-wrap; word-wrap: break-word;">Now cherry-pick the SF commit back into the branch:<br>git cherry-pick <SF-commit-hash></p><p style="white-space: pre-wrap; word-wrap: break-word;">You may have to resolve a conflict or two in app_mf. Once you've done that, push the results back up to gerrit.</p></li></ul></li></ul><p>To view, visit <a href="https://gerrit.asterisk.org/c/asterisk/+/16483">change 16483</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/c/asterisk/+/16483"/><meta itemprop="name" content="View Change"/></div></div>
<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I90cd3d401cf2ea81d3ea96fceba296be543aabb1 </div>
<div style="display:none"> Gerrit-Change-Number: 16483 </div>
<div style="display:none"> Gerrit-PatchSet: 3 </div>
<div style="display:none"> Gerrit-Owner: N A <mail@interlinked.x10host.com> </div>
<div style="display:none"> Gerrit-Reviewer: Friendly Automation </div>
<div style="display:none"> Gerrit-Reviewer: George Joseph <gjoseph@digium.com> </div>
<div style="display:none"> Gerrit-Attention: N A <mail@interlinked.x10host.com> </div>
<div style="display:none"> Gerrit-Comment-Date: Thu, 16 Sep 2021 13:33:01 +0000 </div>
<div style="display:none"> Gerrit-HasComments: Yes </div>
<div style="display:none"> Gerrit-Has-Labels: No </div>
<div style="display:none"> Comment-In-Reply-To: N A <mail@interlinked.x10host.com> </div>
<div style="display:none"> Comment-In-Reply-To: George Joseph <gjoseph@digium.com> </div>
<div style="display:none"> Gerrit-MessageType: comment </div>