summaryrefslogtreecommitdiff
path: root/tests/clone
Commit message (Expand)AuthorAgeFilesLines
* clone::nonetwork: don't use fixed size bufferEdward Thomson2015-09-141-3/+6
* Merge pull request #3115 from libgit2/cmn/clone-submoduleEdward Thomson2015-05-131-0/+55
|\
| * submodule: add test initialising and cloning a repocmn/clone-submoduleCarlos Martín Nieto2015-05-121-0/+55
* | remote: move the transport ctor to the callbacksCarlos Martín Nieto2015-05-131-4/+4
* | Remove the callbacks struct from the remoteCarlos Martín Nieto2015-05-132-5/+5
|/
* clone: add failing test for local transport with a tagCarlos Martín Nieto2015-03-171-0/+45
* config: borrow refcounted referencescmn/config-borrow-entryCarlos Martín Nieto2015-03-031-1/+1
* repository: remove log message override for switching the active branchCarlos Martín Nieto2015-03-031-1/+1
* Remove the signature from ref-modifying functionsCarlos Martín Nieto2015-03-031-11/+1
* clone: drop now unnecessary SAFE_CREATEEdward Thomson2015-02-271-1/+1
* remote: rename _load() to _lookup()cmn/remote-lookupCarlos Martín Nieto2014-11-082-4/+4
* clone::local test: isalpha -> git__isalphaEdward Thomson2014-10-261-1/+1
* Remote paths: canonicalize UNC paths on Win32Edward Thomson2014-10-221-0/+88
* Custom transport: minor cleanupsEdward Thomson2014-08-141-0/+1
* Handle local file:/// paths on WindowsEdward Thomson2014-07-111-13/+43
* Merge pull request #2455 from ethomson/equal_oidVicent Marti2014-07-021-1/+1
|\
| * Introduce cl_assert_equal_oidEdward Thomson2014-07-011-1/+1
* | clone: remote git_clone_into{,_local} from the public APIcmn/clone-custom-repoCarlos Martín Nieto2014-07-022-37/+8
* | Improvements to git_transport extensibilityPhilip Kelley2014-06-262-3/+66
|/
* clone: more explicit local testscmn/clone-localCarlos Martín Nieto2014-05-291-14/+29
* clone: allow for linking in local cloneCarlos Martín Nieto2014-05-281-0/+59
* 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
* remote: write tests for cloning from an empty repoCarlos Martín Nieto2014-04-021-0/+34
* Merge pull request #2028 from libgit2/options-namesVicent Marti2014-03-071-1/+1
|\
| * git_checkout_opts -> git_checkout_optionsBen Straub2014-03-061-1/+1
* | Plug a few leaks in the testsCarlos Martín Nieto2014-03-071-0/+2
|/
* 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
* branch: move to git_buf when outputting newly-allocated stringsCarlos Martín Nieto2014-01-271-7/+5
* Update clone doc and tests for callback return valRussell Belfer2013-12-111-1/+56
* Rename tests-clar to testsBen Straub2013-11-142-0/+264