Re: How to not download objects more than needed?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: sean
Date: Tuesday, February 21, 2006 - 2:13 pm

On Tue, 21 Feb 2006 20:38:42 +0100
Radoslaw Szkodzinski <astralstorm@gorzow.mm.pl> wrote:


It's not really that peculiar.


Just make sure you're not using the rsync protocol.   Using the
native git protocol would be best.


For instance, make sure your current linus repository is up to date 
with a "git pull" and then:

git fetch \
   git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git \
   upstream:netdev

will take the "upstream" branch from the netdev repository and name it 
netdev in your local repository.

Sean
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
How to not download objects more than needed?, Radoslaw Szkodzinski, (Tue Feb 21, 12:38 pm)
Re: How to not download objects more than needed?, sean, (Tue Feb 21, 2:13 pm)
Re: How to not download objects more than needed?, Linus Torvalds, (Tue Feb 21, 5:42 pm)
Re: How to not download objects more than needed?, Jan Harkes, (Tue Feb 21, 6:13 pm)
Re: How to not download objects more than needed?, Junio C Hamano, (Tue Feb 21, 6:55 pm)
Re: How to not download objects more than needed?, Jan Harkes, (Tue Feb 21, 8:11 pm)
Re: How to not download objects more than needed?, Junio C Hamano, (Tue Feb 21, 8:22 pm)