<html>
 <body>
  <div style="font-family: Verdana, Arial, Helvetica, Sans-Serif;">
   <table bgcolor="#f9f3c9" width="100%" cellpadding="8" style="border: 1px #c9c399 solid;">
    <tr>
     <td>
      This is an automatically generated e-mail. To reply, visit:
      <a href="http://git.reviewboard.kde.org/r/103450/">http://git.reviewboard.kde.org/r/103450/</a>
     </td>
    </tr>
   </table>
   <br />





<blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
 <p style="margin-top: 0;">On December 20th, 2011, 8:49 a.m., <b>Andrea Diamantini</b> wrote:</p>
 <blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
  <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">Please, rebase this patch and then update it.</pre>
 </blockquote>




 <p>On December 28th, 2011, 1:30 p.m., <b>Yusuf TEZCAN</b> wrote:</p>
 <blockquote style="margin-left: 1em; border-left: 2px solid #d0d0d0; padding-left: 10px;">
  <pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">i'm a new Kde developer :)
can you explain how to rebase a patch?</pre>
 </blockquote>








</blockquote>

<pre style="white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">Sure :D
you probably have a git clone of rekonq code. Please, NEVER develop in master branch, just use it as "link" with remote repo.
So, checkout it:
$ git checkout master
and update your clone with last pushed code
$ git pull origin master
then go to your feature branch (the one where you implemented the patch). 
$ git checkout "featureBranch"
and rebase it
$ git rebase master
Your patch will be "lifted" to be the last thing committed.

Here you are. Feel free to ask me here on in IRC if you need more help.</pre>
<br />








<p>- Andrea</p>


<br />
<p>On December 18th, 2011, 1:38 p.m., Yusuf TEZCAN wrote:</p>






<table bgcolor="#fefadf" width="100%" cellspacing="0" cellpadding="8" style="background-image: url('http://git.reviewboard.kde.org/media/rb/images/review_request_box_top_bg.png'); background-position: left top; background-repeat: repeat-x; border: 1px black solid;">
 <tr>
  <td>

<div>Review request for rekonq.</div>
<div>By Yusuf TEZCAN.</div>


<p style="color: grey;"><i>Updated Dec. 18, 2011, 1:38 p.m.</i></p>






<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Description </h1>
 <table width="100%" bgcolor="#ffffff" cellspacing="0" cellpadding="10" style="border: 1px solid #b8b5a0">
 <tr>
  <td>
   <pre style="margin: 0; padding: 0; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;">A combobox which contains root folders to move the current bookmark in it. I am a GCI-Student who wrote this patch.</pre>
  </td>
 </tr>
</table>





<h1 style="color: #575012; font-size: 10pt; margin-top: 1.5em;">Diffs</b> </h1>
<ul style="margin-left: 3em; padding-left: 0;">

 <li>src/bookmarks/bookmarkprovider.h <span style="color: grey">(fe49eae)</span></li>

 <li>src/urlbar/bookmarkwidget.h <span style="color: grey">(e294bf1)</span></li>

 <li>src/urlbar/bookmarkwidget.cpp <span style="color: grey">(5beecb4)</span></li>

</ul>

<p><a href="http://git.reviewboard.kde.org/r/103450/diff/" style="margin-left: 3em;">View Diff</a></p>




  </td>
 </tr>
</table>








  </div>
 </body>
</html>