07.01.2014 19:28, KP Kirchdörfer пишет:
> Hi Andrew;
>
> Am Montag, 6. Januar 2014, 19:44:35 schrieb Andrew:
>> Hi all.
>>
>> At least I've got an idea how to easily maintain different targets with
>> different kernels, and how to simplify config/patches/etc storing with
>> minimum modifications of
Hi Andrew;
Am Montag, 6. Januar 2014, 19:44:35 schrieb Andrew:
> Hi all.
>
> At least I've got an idea how to easily maintain different targets with
> different kernels, and how to simplify config/patches/etc storing with
> minimum modifications of logic.
Nice coincidence - I've worked towards a
Am Dienstag, 7. Januar 2014, 09:24:18 schrieb Yves Blusseau:
> Le 6 janv. 2014 à 19:09, KP Kirchdörfer a
écrit :
> > Locally I do have maint-4.x, how to proceed?
> >
> >>> btw: how can we fix the wrong rename/move of maint to maint-4.x?
> >>
> >> Yes easy :D
> >> remove local and remote branche
Le 6 janv. 2014 à 19:09, KP Kirchdörfer a écrit :
> Locally I do have maint-4.x, how to proceed?
>
>>> btw: how can we fix the wrong rename/move of maint to maint-4.x?
>>
>> Yes easy :D
>> remove local and remote branches with the commands:
>> git checkout master
>> git branch -d maint-4.x
>> g