gnutls-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Replace explicit version checks with feature checks


From: Jonathan Bastien-Filiatrault
Subject: Re: [PATCH] Replace explicit version checks with feature checks
Date: Thu, 20 Aug 2009 20:19:08 -0400
User-agent: Mozilla-Thunderbird 2.0.0.19 (X11/20090103)

Simon Josefsson wrote:
> Jonathan Bastien-Filiatrault <address@hidden> writes:
> 
>> Simon Josefsson wrote:
> How do I create a patch between your branch and master, to review it?  I
> haven't worked with multiple repositories, but willing to learn.
> 
> /Simon

Alright, here is what you need to do:

 - Use a somewhat-pristine git repository cloned from savannah or whatever.
 - Add a remote: git remote add -f jonathan git://x2a.org/gnutls.git ;
this adds an entry in the .git/config file and fetches refs and objects
from my repository.
 - Create a local branch tracking my remote repository: git branch
--track buffers-redux jonathan/buffers-redux
 - Now you can git checkout buffers-redux to switch to that branch or do
a git diff master..buffers-redux . If you had not created a local branch
you could instead do git diff master..jonathan/buffers-redux

Hope this helps,
Jonathan




reply via email to

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