<div dir="ltr"><div>Hi Ruslan,<br><br></div>That did it. Thanks!<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 5 March 2013 09:08, Ruslan Kabatsayev <span dir="ltr"><<a href="mailto:b7.10110111@gmail.com" target="_blank">b7.10110111@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<div><div class="h5"><br>
On Tue, Mar 5, 2013 at 2:28 AM, Philipp Weissenbacher<br>
<<a href="mailto:p.weissenbacher@gmail.com">p.weissenbacher@gmail.com</a>> wrote:<br>
> Hi all,<br>
><br>
> I have problems incorporating the changes suggested by Thomas Arnhold in<br>
> Change-Id: I98c1ffcb.<br>
><br>
> I tried the following (following the wiki and Winfried's question regarding<br>
> this<br>
> <a href="http://nabble.documentfoundation.org/how-to-submit-a-patch-set-2-or-greater-to-gerrit-td4027094.html" target="_blank">http://nabble.documentfoundation.org/how-to-submit-a-patch-set-2-or-greater-to-gerrit-td4027094.html</a>):<br>


><br>
> philipp@styx libo$ ./logerrit cherry-pick I98c1ffcb4<br>
> From ssh://logerrit/core<br>
>  * branch            refs/changes/39/2539/2 -> FETCH_HEAD<br>
> # On branch master<br>
> # Your branch is ahead of 'origin/master' by 4 commits.<br>
> #   (use "git push" to publish your local commits)<br>
> #<br>
> # You are currently cherry-picking.<br>
> #   (all conflicts fixed: run "git commit")<br>
> #<br>
> # Changes not staged for commit:<br>
> #   (use "git add <file>..." to update what will be committed)<br>
> #   (use "git checkout -- <file>..." to discard changes in working<br>
> directory)<br>
> #<br>
> # modified:   sc/source/core/data/dociter.cxx<br>
> #<br>
> no changes added to commit (use "git add" and/or "git commit -a")<br>
> The previous cherry-pick is now empty, possibly due to conflict resolution.<br>
> If you wish to commit it anyway, use:<br>
><br>
>     git commit --allow-empty<br>
><br>
> Otherwise, please use 'git reset'<br>
> philipp@styx libo$ git commit -a --amend && ./logerrit submit<br>
> fatal: You are in the middle of a cherry-pick -- cannot amend.<br>
><br>
> I tried to git reset --hard and do the cherry-pick + editing + git commit<br>
> --amend again, but to no avail. I always end up with "fatal: You are in the<br>
> middle of a cherry-pick -- cannot amend."<br>
<br>
</div></div>You can reset to remote state via "git reset --hard origin/HEAD" or<br>
"git reset --hard origin/BranchName". Or, just as easy, look some<br>
recent commit in your tree and reset ot it via "git reset --hard<br>
$COMMIT_ID". This will take you out of being in the middle of the<br>
cherry-pick.<br>
<div class="im"><br>
><br>
> Any help much appreciated.<br>
><br>
> I really should've used branches like in the wiki. :-/<br>
><br>
> Regards,<br>
> Philipp<br>
><br>
><br>
</div>> _______________________________________________<br>
> LibreOffice mailing list<br>
> <a href="mailto:LibreOffice@lists.freedesktop.org">LibreOffice@lists.freedesktop.org</a><br>
> <a href="http://lists.freedesktop.org/mailman/listinfo/libreoffice" target="_blank">http://lists.freedesktop.org/mailman/listinfo/libreoffice</a><br>
><br>
<br>
Regards,<br>
Ruslan<br>
</blockquote></div><br></div>