gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gpsd-dev] Mingw port


From: Jon Schlueter
Subject: Re: [gpsd-dev] Mingw port
Date: Wed, 5 Sep 2012 09:57:49 -0400

On Wed, Sep 5, 2012 at 6:28 AM, Eric S. Raymond <address@hidden> wrote:
> Ukygerkgubiekd Ukygerkgubiekd <address@hidden>:
>> https://github.com/ukyg9e5r6k7gubiekd6/gpsd/tree/cleanups
>>
>> Please pull, or cherry-pick, or tell me how to remedy, as you see fit.
>
> I'd like to do this, but am not familiar enough with github to be sure of the
> mechanics.  How can I get a patch set consisting of the changes to that 
> branch?

one walkthrough that would allow you to see the patches and work with them.

go to the github page, grab the read only git link for the branch
=> git://github.com/ukyg9e5r6k7gubiekd6/gpsd.git

clone it locally
git clone git://github.com/ukyg9e5r6k7gubiekd6/gpsd.git gpsd-github-cleanup
cd  gpsd-github-cleanup
git branch -a
git checkout cleanups
git format-patch master

This will generate a series of patches that could be applied or reviewed
you can also look through the commit history on github web page and
download the same patches from individual commits if you only want one
or two of them.

Jon



reply via email to

[Prev in Thread] Current Thread [Next in Thread]