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

From: Bart Trojanowski
Date: Fri Jul 25 2008 - 22:21:42 EST


* Jack Howarth <howarth@xxxxxxxxxxxxxxxxx> [080725 19:45]:
> 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,

you can run 'git describe' to get a description of how the HEAD relates
to the most resent tag. In this case the output of
'v2.6.26-rc9-14207-ga520bdb' suggests that this my-wireless-testing's
based on v2.6.26-rc9, or shortly there after.

-Bart

--
WebSig: http://www.jukie.net/~bart/sig/
--
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/