Re: Latest staging git repository

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

On Mon, Dec 14, 2009 at 3:59 PM, Ameya Palande <2ameya@xxxxxxxxx> wrote:

> 1. It will be great if we can have patchwork for tracking submitted patches.
> 2. Git location where one can see all the patches which are accepted
> by Greg but not yet merged into upstream. This should be published on
> wiki.

2 is simple. you fetch all patches from greg's quilt series and simply issue
a git quiltimport on top of linus' tree.

When you have to update you can:

git fetch linus
git checkout -b tmp linus/master
[ download greg's quilt series ]
git quiltimport
git merge -s ours master
git checkout master
git merge tmp

then you have an always up-to-date and pullable master branch
with all greg's quilt series.

-- 
Best Regards,

Felipe Balbi
felipebalbi@xxxxxxxxxxxxxxxxxxxxx
_______________________________________________
devel mailing list
devel@xxxxxxxxxxxxxxxxxxxxxx
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

[Index of Archives]     [Linux Driver Backports]     [DMA Engine]     [Linux GPIO]     [Linux SPI]     [Video for Linux]     [Linux USB Devel]     [Linux Coverity]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux