Improvements to Intel DDX for implementation of DRI2 OML_sync_control extensions.
Mikhail Gusarov
dottedmag at dottedmag.net
Thu Mar 4 10:08:12 PST 2010
Twas brillig at 19:05:39 04.03.2010 UTC+01 when mario.kleiner at tuebingen.mpg.de did gyre and gimble:
MK> Is there a simple git way to switch to that tree, or would i need
MK> to checkout the whole tree again and then copy & paste chunks of
MK> code from the old tree to the new one manually?
git remote add upstream <git repo url>
git fetch upstream
# You've got lot of branches upstream/*
# Make a new branch from upstream/master
git checkout -b new-master upstream/master
and then
git cherry-pick <commitid> for all relevant commits.
P.S: Please don't top-post.
--
http://fossarchy.blogspot.com/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 834 bytes
Desc: not available
URL: <http://lists.x.org/archives/xorg-devel/attachments/20100305/0d747eff/attachment.pgp>
More information about the xorg-devel
mailing list