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 - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html