summaryrefslogtreecommitdiff
path: root/tests/clone/nonetwork.c
Commit message (Expand)AuthorAgeFilesLines
* tests: declare functions statically where appropriateEdward Thomson2021-11-111-1/+1
* path: separate git-specific path functions from utilEdward Thomson2021-11-091-8/+8
* str: introduce `git_str` for internal, `git_buf` is externalethomson/gitstrEdward Thomson2021-10-171-7/+7
* clone: set refs/remotes/origin/HEAD to default branch when branch is specifie...Alexander Ovchinnikov2021-08-261-0/+8
* Revert "Merge pull request #5775 from libgit2/ethomson/clone_branch"Alexander Ovchinnikov2021-08-261-8/+0
* clone: set refs/remotes/origin/HEAD when branch is specifiedethomson/clone_branchEdward Thomson2021-01-071-0/+8
* submodule: provide a wrapper for simple submodule clone stepsEtienne Samson2019-10-171-54/+0
* fileops: rename to "futils.h" to match function signaturesPatrick Steinhardt2019-07-201-1/+1
* indexer: use git_indexer_progress throughoutEdward Thomson2019-02-221-1/+1
* object_type: use new enumeration namesethomson/index_fixesEdward Thomson2018-12-011-1/+1
* Convert usage of `git_buf_free` to new `git_buf_dispose`Patrick Steinhardt2018-06-101-2/+2
* 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
* | Remove the callbacks struct from the remoteCarlos Martín Nieto2015-05-131-3/+3
|/
* 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-081-2/+2
* 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-021-17/+0
* | Improvements to git_transport extensibilityPhilip Kelley2014-06-261-3/+16
|/
* remote: write tests for cloning from an empty repoCarlos Martín Nieto2014-04-021-0/+34
* 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
* Rename tests-clar to testsBen Straub2013-11-141-0/+179