Jeff King [off-list ref] writes:
On Sat, Aug 04, 2007 at 11:27:04AM -0700, Junio C Hamano wrote:
quoted
Try cloning across filesystem boundaries so that you do not get
a hardlink -- you will get block count of the copy ;-)
I see, though the hardlink warning is a bit much.
$ git-clone /path/on/fs/one /path/on/fs/two
Initialized empty Git repository in /path/on/fs/two/.git/
Warning: -l asked but cannot hardlink to /path/on/fs/one/.git
36634 blocks
True; -l is not given explicitly in your example. Should be
trivial to fix.