Suprising error message from "git clone"
From: Matthieu Moy <hidden>
Date: 2016-06-15 22:43:30
From: Matthieu Moy <hidden>
Date: 2016-06-15 22:43:30
Hi, I got a suprising error message: $ cd /tmp/ $ git clone ~/some/repository Initialized empty Git repository in /tmp/repository/.git/ Warning: -l asked but cannot hardlink to /home/moy/some/repository/.git 114 blocks $ I understand that git found the path to be local, and tried to hardlink, but it shouldn't say "-l asked", since I didn't ask for it. Either the message should be changed to stg like "Warning: cannot hardlink to %s" or it should just be skipped if -l was not actually provided. -- Matthieu