Latest staging git repository

Felipe Balbi felipebalbi at users.sourceforge.net
Mon Dec 14 14:06:59 UTC 2009


Hi,

On Mon, Dec 14, 2009 at 3:59 PM, Ameya Palande <2ameya at gmail.com> 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 at users.sourceforge.net



More information about the devel mailing list