libgit2/tests/clone
Carlos Martín Nieto 2614819cf3 clone: allow for linking in local clone
If requested, git_clone_local_into() will try to link the object files
instead of copying them.

This only works on non-Windows (since it doesn't have this) when both
are on the same filesystem (which are unix semantics).
2014-05-28 15:40:47 +02:00
..
empty.c Plug a few leaks in the tests 2014-03-07 16:03:15 +01:00
local.c clone: allow for linking in local clone 2014-05-28 15:40:47 +02:00
nonetwork.c remote: write tests for cloning from an empty repo 2014-04-02 20:22:22 +02:00