Re: git snapshots (Was: Re: merging branches remotely with git?)

From: Jack Howarth
Date: Fri Jul 25 2008 - 19:44:56 EST


Does anyone know what kernel sources the my-wireless-testing git
is based on? If it is based on the stock 2.6.26 release with only
wireless specific patches, perhaps I could just diff it against
2.6.26 to extract the patches needed for ath9k support? I would
rather stick to the stable git releases of 2.6.26 for now with
the minimum patches applied to get ath9k working on my MacBook Pro.
Jack


On Fri, Jul 25, 2008 at 12:42:02PM +0100, Mark McLoughlin wrote:
> On Fri, 2008-07-25 at 13:22 +0200, Uwe Kleine-König wrote:
> > Hello,
> >
> > > ps Which git represents the git patches (like 2.6.26-git11) which are
> > > placed as patches on the www.kernel.org web page under the section
> > > The latest snapshot for the stable Linux kernel tree is:.
> > AFAIK there is no public tree that contains these tags. But I have a
> > little script that creates them. See below.
>
> Yeah, a public repo on git.kernel.org containing only the snapshot tags
> would be immensely useful.
>
> e.g. Fedora rawhide regularly ships snapshots, so it'd be really nice to
> be easily look-up what's been merged since a given snapshot:
>
> $> git-fetch linus
> $> git-fetch snapshot-tags
> $> git-log v2.6.26-git12..linus/master
>
> (That is, assuming the snapshot script couldn't just push the tags to
> Linus's repo ...)
>
> Cheers,
> Mark.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/