Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clone: more explicit local testscmn/clone-local | Carlos Martín Nieto | 2014-05-29 | 1 | -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 clone | Carlos Martín Nieto | 2014-05-28 | 1 | -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 link | Carlos Martín Nieto | 2014-05-28 | 1 | -0/+2 |
| | |||||
* | clone: add flags to override whether to perform a local clone | Carlos Martín Nieto | 2014-05-28 | 1 | -0/+29 |