summaryrefslogtreecommitdiff
path: root/tests/network/fetchlocal.c
Commit message (Collapse)AuthorAgeFilesLines
* clone: remote git_clone_into{,_local} from the public APIcmn/clone-custom-repoCarlos Martín Nieto2014-07-021-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_intoCarlos Martín Nieto2014-05-191-0/+26
| | | | | Show a failure to perform a mirror-clone from a repository, both local and remote.
* Add reflog parameters to remote apisBen Straub2014-02-041-2/+2
| | | Also added a test for git_remote_fetch.
* Rename tests-clar to testsBen Straub2013-11-141-0/+88