On 11/23/2009 02:38 PM, Rob Landley wrote: > On Monday 23 November 2009 10:54:10 Austin Foxley wrote: >> On 11/23/2009 08:43 AM, Mike Frysinger wrote: >>> it hasnt been put up for merging before. so either you can review the >>> pending branch, or you can sit back and wait. >> >> FYI, I didn't post it as a patch series, because a lot of the commits >> are bigger than the list limit (100k). Refer to this email if you want >> to help review: >> >> http://lists.uclibc.org/pipermail/uclibc/2009-October/043146.html > > I'm happy to look at patches. That email contains no patches. It contains > no > URLs to patches. It contains no URLs to a patch viewer in a source control > system. It contains no instructions on how to get git to spit out whatever > random branch you created from wherever it lives now.
There are plenty of ways to get at it. Here is one: http://git.busybox.net/uClibc/commit/?h=nptl&id=<PUT GIT HASH HERE> So for the first commit in that email it would be. http://git.busybox.net/uClibc/commit/?h=nptl&id=c68d0fa Or with raw git: git fetch, to get the branch rename I did today git checkout -b nptl origin/nptl You are now on the nptl branch. gitk has a nice visual of what commits are on the branch, and which are just merged from master. Or if you prefer: git log -p c68d0fa -Austin _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
