Re: [git-users] git clone algorithm

2012-10-09 Thread Philip Oakley
From: "Konstantin Khomoutov" On Tue, 9 Oct 2012 09:35:03 -0700 (PDT) Cristea Bogdan wrote: I am wondering what algorithm is used by git clone command ? When cloning from remote repositories, if there is a link failure and the same command is issued again, the process should be smart enough to

Re: [git-users] git clone algorithm

2012-10-09 Thread Bogdan Cristea
On Tuesday 09 October 2012 21:10:00 Konstantin Khomoutov wrote: > On Tue, 9 Oct 2012 09:35:03 -0700 (PDT) > > Cristea Bogdan wrote: > > I am wondering what algorithm is used by git clone command ? > > When cloning from remote repositories, if there is a link failure and > > the same command is is

Re: [git-users] git clone algorithm

2012-10-09 Thread Konstantin Khomoutov
On Tue, 9 Oct 2012 09:35:03 -0700 (PDT) Cristea Bogdan wrote: > I am wondering what algorithm is used by git clone command ? > When cloning from remote repositories, if there is a link failure and > the same command is issued again, the process should be smart enough > to figure out what objects

[git-users] git clone algorithm

2012-10-09 Thread Cristea Bogdan
I am wondering what algorithm is used by git clone command ? When cloning from remote repositories, if there is a link failure and the same command is issued again, the process should be smart enough to figure out what objects have been already transferred locally and restart the cloning proces