Re: [leaf-devel] [Git] Rewinding next branch

2012-08-26 Thread Yves Blusseau
> Ok, I'll make more verbose comments to commits. > P.S. swap is required for zram support - I should rebase > andrew/zram-support on top of andrew/enable-swap? Yes you can do that even if it not great. Do: git checkout andrew/zram-support git rebase --onto andrew/enable-swap master Then merge

Re: [leaf-devel] [Git] Rewinding next branch

2012-08-26 Thread Andrew
26.08.2012 19:32, Yves Blusseau пишет: > Le 26 août 2012 à 17:24, Yves Blusseau a écrit : > >> As git cherry -v master give me: >> >> + 0306cd0 enabled mkswap and swapon/swapoff applets in bb >> + f662339 Disabled patch that removes swap stats (now swap is on by default) >> + 90ff671 fixed upnpd as

Re: [leaf-devel] [Git] Rewinding next branch

2012-08-26 Thread KP Kirchdoerfer
Am 26.08.2012 18:32, schrieb Yves Blusseau: > > Le 26 août 2012 à 17:24, Yves Blusseau a écrit : > >> As git cherry -v master give me: >> >> + 0306cd0 enabled mkswap and swapon/swapoff applets in bb >> + f662339 Disabled patch that removes swap stats (now swap is on by default) >> + 90ff671 fixe

Re: [leaf-devel] [Git] Rewinding next branch

2012-08-26 Thread Yves Blusseau
Le 26 août 2012 à 17:24, Yves Blusseau a écrit : > As git cherry -v master give me: > > + 0306cd0 enabled mkswap and swapon/swapoff applets in bb > + f662339 Disabled patch that removes swap stats (now swap is on by default) > + 90ff671 fixed upnpd assembly > + b3ec368 added userland zram suppor

[leaf-devel] [Git] Rewinding next branch

2012-08-26 Thread Yves Blusseau
As git cherry -v master give me: + 0306cd0 enabled mkswap and swapon/swapoff applets in bb + f662339 Disabled patch that removes swap stats (now swap is on by default) + 90ff671 fixed upnpd assembly + b3ec368 added userland zram support; some init script rework + 027d722 removed unneeded delay; ad