Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clone: remote git_clone_into{,_local} from the public APIcmn/clone-custom-repo | Carlos Martín Nieto | 2014-07-02 | 1 | -10/+25 |
| | | | | | | As git_clone now has callbacks to configure the details of the repository and remote, remove the lower-level functions from the public API, as they lack some of the logic from git_clone proper. | ||||
* | clone: add failing test for a mirror-clone with clone_into | Carlos Martín Nieto | 2014-05-19 | 1 | -0/+26 |
| | | | | | Show a failure to perform a mirror-clone from a repository, both local and remote. | ||||
* | Add reflog parameters to remote apis | Ben Straub | 2014-02-04 | 1 | -2/+2 |
| | | | Also added a test for git_remote_fetch. | ||||
* | Rename tests-clar to tests | Ben Straub | 2013-11-14 | 1 | -0/+88 |