Commit 4386d80be108102548d4ff52c875aedfa94e7412

Carlos Martín Nieto 2013-12-21T17:18:21

clone: perform a "local clone" when given a local path When git is given such a path, it will perform a "local clone", bypassing the git-aware protocol and simply copying over all objects that exist in the source. Copy this behaviour when given a local path.