git cherry-pick should be ok for the back port.
Cheers,
Jammy
On Thu, Mar 10, 2011 at 6:55 AM, Patrick Spendrin wrote:
> Am 09.03.2011 22:26, schrieb Wolfgang Rohdewald:
> > Hi,
> >
> >
> > when compiling kdelibs 4.6 on Windows, I get an
> >
> > error in kinit_win.cpp at line 110 (I am afraid I
On Wednesday 09 March 2011 21:26:26 Wolfgang Rohdewald wrote:
> git checkout --track origin/KDE/4.6
> git cherry-pick fd16288
When cherry-picking for a back port or forward port, please use the -x option
so that the original commit number is included in the message. This makes it
easier to tra
Am 09.03.2011 22:26, schrieb Wolfgang Rohdewald:
> Hi,
>
>
> when compiling kdelibs 4.6 on Windows, I get an
>
> error in kinit_win.cpp at line 110 (I am afraid I deleted it)
>
>
> but the commit in kdelibs below obviously fixes it. So I
>
> want to backport it to kdelibs.
>
>
> Would that
Hi,
when compiling kdelibs 4.6 on Windows, I get an
error in kinit_win.cpp at line 110 (I am afraid I deleted it)
but the commit in kdelibs below obviously fixes it. So I
want to backport it to kdelibs.
Would that be OK, and how would I do it? Like this:
git checkout --track origin/KDE/4.6
git