Re: [PATCH 2/2] clone: allow --no-local to turn off local optimizations
From: Junio C Hamano <hidden> Date: 2016-06-15 22:53:56
Makes sense; thanks.
By the way, a somewhat funny exercise I found last night is this:
$ cd /var/tmp
$ mkdir -p foo.xz:pub/git.git
$ cd foo.xz:pub/git.git
$ git init
$ git commit --allow-empty -m initial
$ cd /var/tmp
$ git clone foo.xz:pub/git.git x
This does not work as the transfer phase wants to run ssh on it.