From: Johannes Schindelin <hidden> Date: 2016-06-15 22:42:09
Hi,
On Tue, 25 Oct 2005, Alexander Litvinov wrote:
Forgot to tell:
clone via ssh was made using this command:
time git-clone -n ssh://lan@lan/home/lan/tmp/git/billing/repo r3
If you have a working git on the other side, you could do
time git-clone lan@lan:/home/lan/tmp/git/billing/repo r3
which would utilize git-clone-pack. Way faster.
Ciao,
Dscho