git clone: do not issue warning while cloning locally across filesystems
commit23d53358be51bb256699f4d237619a3ee8addf39
authorJunio C Hamano <gitster@pobox.com>
Mon, 20 Aug 2007 22:35:15 +0000 (20 15:35 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 20 Aug 2007 22:35:15 +0000 (20 15:35 -0700)
tree734c08f0d3d9371cffb39b37b314f8b586bc770c
parent2be7fcb4764f2dbcee52635b91fedb1b3dcf7ab4
git clone: do not issue warning while cloning locally across filesystems

Unless the user explicitly asked hardlinking with the '-l'
option, we should not say "oops we cannot hardlink as you asked
so we are copying".

Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-clone.sh