<div dir="ltr">Hey,<br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Aug 28, 2015 at 4:52 PM, Ashod Nakashian <span dir="ltr"><<a href="mailto:ashnakash@gmail.com" target="_blank">ashnakash@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><span class="">On Fri, Aug 28, 2015 at 8:15 AM, Shreyansh Gandhi <span dir="ltr"><<a href="mailto:gandhishrey@gmail.com" target="_blank">gandhishrey@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Same result:-<div><br></div><div><span><div>git push origin HEAD:refs/for/master</div></span></div></div></blockquote><div><br></div></span><div>Try replacing HEAD with the branch name. <br></div></div></div></div></blockquote><div><br></div><div>No. Please read the error message. (" [remote rejected] HEAD -> refs/for/master (you are not allowed to upload merges)")<br><br></div><div>You have somewhere a merge commit. Can you pastebin the first lines of git log?<br><br></div><div>Regards,<br></div><div>Markus<br> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div></div><div><br> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div class="h5"><div dir="ltr"><div><div>Counting objects: 63, done.</div><span><div>Delta compression using up to 4 threads.</div><div>Compressing objects: 100% (12/12), done.</div><div>Writing objects: 100% (13/13), 1.44 KiB | 0 bytes/s, done.</div><div>Total 13 (delta 9), reused 0 (delta 0)</div><div>remote: Resolving deltas: 100% (9/9)</div></span><span><div>remote: Processing changes: refs: 1, done    </div><div>To ssh://logerrit/core</div></span><div> ! [remote rejected] HEAD -> refs/for/master (you are not allowed to upload merges)</div><span><div>error: failed to push some refs to 'ssh://logerrit/core'</div></span></div><div><br></div></div><div><div><br><div class="gmail_quote"><div dir="ltr">On Fri, Aug 28, 2015 at 5:41 PM Markus Mohrhard <<a href="mailto:markus.mohrhard@googlemail.com" target="_blank">markus.mohrhard@googlemail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hey,</div><div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Aug 28, 2015 at 2:10 PM, Shreyansh Gandhi <span dir="ltr"><<a href="mailto:gandhishrey@gmail.com" target="_blank">gandhishrey@gmail.com</a>></span> wrote:<br><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi,<div><br></div><div>So, the problem was that an original initial commit (with no actual changes) was being inherited from master. Now when I try to push my changes,</div><div><br></div><div><div>git push origin HEAD:master</div><div>Counting objects: 56, done.</div><span><div>Delta compression using up to 4 threads.</div></span><div>Compressing objects: 100% (12/12), done.</div><div>Writing objects: 100% (13/13), 1.44 KiB | 0 bytes/s, done.</div><div>Total 13 (delta 9), reused 0 (delta 0)</div><div>remote: Resolving deltas: 100% (9/9)</div><div>remote: Branch refs/heads/master:</div><div>remote: You are not allowed to perform this operation.</div><div>remote: To push into this reference you need 'Push' rights.</div><div>remote: User: phenom</div><div>remote: Please read the documentation and contact an administrator</div><div>remote: if you feel the configuration is incorrect</div><span><div>remote: Processing changes: refs: 1, done    </div><div>To ssh://logerrit/core</div></span><div> ! [remote rejected] HEAD -> master (prohibited by Gerrit)</div></div><div><br></div><div>How should I fix this?</div><div><br></div><div>-Shreyansh</div></div><a href="http://lists.freedesktop.org/mailman/listinfo/libreoffice" rel="noreferrer" target="_blank"></a><br>
<br></blockquote></div><br><br></div></div><div dir="ltr"><div class="gmail_extra">You are not allowed to push to master. Instead you need to use something like git push origin HEAD:refs/for/master which will push it to the review queue.<br><br></div><div class="gmail_extra">Regards,<br></div><div class="gmail_extra">Markus<br></div></div>
</blockquote></div></div></div><span><font color="#888888"><div dir="ltr">-- <br></div><div dir="ltr">Regards,<div>Shreyansh Gandhi</div></div>
</font></span><br></div></div><span class="">_______________________________________________<br>
LibreOffice mailing list<br>
<a href="mailto:LibreOffice@lists.freedesktop.org" target="_blank">LibreOffice@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/libreoffice" rel="noreferrer" target="_blank">http://lists.freedesktop.org/mailman/listinfo/libreoffice</a><br>
<br></span></blockquote></div><br></div></div>
</blockquote></div><br></div></div>