summaryrefslogtreecommitdiff
path: root/tests/clone/local.c
Commit message (Collapse)AuthorAgeFilesLines
* clone: more explicit local testscmn/clone-localCarlos Martín Nieto2014-05-291-14/+29
| | | | | Assert the exact amount of links we expect. While there, check that a plain git_clone() automatically chooses to link.
* clone: allow for linking in local cloneCarlos Martín Nieto2014-05-281-0/+59
| | | | | | | | 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).
* clone: add flag not to linkCarlos Martín Nieto2014-05-281-0/+2
|
* clone: add flags to override whether to perform a local cloneCarlos Martín Nieto2014-05-281-0/+29