Re: [leaf-devel] andrew/linux-headers - mods

2014-01-07 Thread Andrew
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

Re: [leaf-devel] andrew/linux-headers - mods

2014-01-07 Thread 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 logic. Nice coincidence - I've worked towards a

Re: [leaf-devel] start with branch renaming/moving

2014-01-07 Thread KP Kirchdörfer
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

Re: [leaf-devel] start with branch renaming/moving

2014-01-07 Thread 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 branches with the commands: >> git checkout master >> git branch -d maint-4.x >> g