summaryrefslogtreecommitdiff
path: root/tests/clone/nonetwork.c
Commit message (Collapse)AuthorAgeFilesLines
* clone: remote git_clone_into{,_local} from the public APIcmn/clone-custom-repoCarlos Martín Nieto2014-07-021-17/+0
| | | | | | 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.
* Improvements to git_transport extensibilityPhilip Kelley2014-06-261-3/+16
| | | | | git_remote_set_transport now takes a transport factory rather than a transport git_clone_options now allows the caller to specify a remote creation callback
* remote: write tests for cloning from an empty repoCarlos Martín Nieto2014-04-021-0/+34
| | | | | | | | Cloning from an empty repo must set master's upstream to origin's master, even if neither of them exist. Fetching from a non-empty origin must then mark the master branch for-merge. This currently fails.
* git_checkout_opts -> git_checkout_optionsBen Straub2014-03-061-1/+1
|
* Enhance testing of signature parametersBen Straub2014-01-301-4/+10
|
* Augment clone API with reflog parametersBen Straub2014-01-301-0/+44
|
* Add reflog params to set-head callsBen Straub2014-01-301-1/+1
|
* Update clone doc and tests for callback return valRussell Belfer2013-12-111-1/+56
| | | | | | | Clone callbacks can return non-zero values to cancel the clone. This adds some tests to verify that this actually works and updates the documentation to be clearer that this can happen and that the return value will be propagated back by the clone function.
* Rename tests-clar to testsBen Straub2013-11-141-0/+179