I figured there had to be a better way :-).<div><br></div><div>I'll be sure to use the method you described in future commits.</div><div><br></div><div>Thanks,</div><div>Evan<br><br><div class="gmail_quote">On Sat, May 19, 2012 at 3:41 PM, Raphael Kubo da Costa <span dir="ltr"><<a href="mailto:rakuco@freebsd.org" target="_blank">rakuco@freebsd.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Evan Teran <<a href="mailto:eteran@alum.rit.edu">eteran@alum.rit.edu</a>> writes:<br>
<br>
> Git commit b6f84708f6d89540ff1e1117c9498bdc2c11c679 by Evan Teran.<br>
> Committed on 18/04/2012 at 00:12.<br>
> Pushed by teran into branch 'master'.<br>
><br>
> merging in the change from 4.8 to master. I tried with "git merge KDE/4.8", but ran into conflicts. So, this was just easier :-/<br>
><br>
> M  +162  -59   kcalc.cpp<br>
> M  +7    -0    kcalc.h<br>
> M  +213  -170  kcalc.ui<br>
> M  +63   -63   kcalc_core.cpp<br>
> M  +1    -2    kcalc_core.h<br>
> M  +7    -8    kcalcdisplay.cpp<br>
> M  +20   -9    knumber/knumber.cpp<br>
> M  +5    -4    knumber/knumber.h<br>
> M  +63   -76   stats.cpp<br>
> M  +1    -1    stats.h<br>
<br>
Better late than never to comment on this :-)<br>
<br>
Please avoid merging branches this way; many different commits have been<br>
merged at once, which means one is not able to easily check if a<br>
specific commit has been integrated or not, git's merging infrastructure<br>
is not exploited and reverting commits is not very easy, to say the<br>
least.<br>
<br>
If you have questions or need help merging branches, please contact the<br>
kde-utils-devel mailing list or ask in the #kde-git IRC channel in<br>
Freenode, we'll be glad to give a hand.<br>
<br>
What Dakon (in KGpg) and I (in Ark) have been doing when working with<br>
the stable and master branches is the following:<br>
<br>
 - Commit into KDE/4.x<br>
 - Checkout the master branch<br>
 - Use `git merge --log --edit -s recursive -Xours KDE/4.x' to merge the<br>
   stable branch into master with a nice commit message.<br>
<br>
I have described this approach in a bit more detail in the HACKING file<br>
I recent committed to Ark's master branch.<br>
</blockquote></div><br></div>