summaryrefslogtreecommitdiff
path: root/tests/network
Commit message (Expand)AuthorAgeFilesLines
...
| * remote: add a failing test for checking the current branch's upstreamCarlos Martín Nieto2014-11-021-0/+27
* | git_remote_rename: propogate GIT_ENOTFOUNDEdward Thomson2014-11-031-0/+9
* | remote: fix tagopt testCarlos Martín Nieto2014-11-021-7/+7
|/
* tests: fix leakCarlos Martín Nieto2014-10-271-0/+1
* Fix test repo dir not deleted after runningLinquize2014-10-271-1/+1
* Merge pull request #2646 from libgit2/cmn/remote-renameEdward Thomson2014-10-241-43/+21
|\
| * remote: accept a repo and name for renamingcmn/remote-renameCarlos Martín Nieto2014-10-241-43/+21
* | remote: delete git_remote_supported_url()cmn/remove-supported-urlCarlos Martín Nieto2014-10-241-20/+0
|/
* Merge pull request #2593 from libgit2/cmn/remote-delete-nameEdward Thomson2014-10-101-18/+3
|\
| * remote: accept a repository and remote name for deletioncmn/remote-delete-nameCarlos Martín Nieto2014-09-301-18/+3
* | Fix test buildCarlos Martín Nieto2014-10-101-2/+2
* | Merge pull request #2542 from linquize/fetch-headCarlos Martín Nieto2014-10-101-0/+34
|\ \
| * | Add network::fetchlocal multi remotes testLinquize2014-09-021-0/+34
* | | remote: implement opportunistic remote-tracking branch updatescmn/remote-fetch-refsCarlos Martín Nieto2014-09-301-0/+21
* | | remote: use active refspec override in the testsCarlos Martín Nieto2014-09-301-25/+66
* | | remote: allow overriding the refspecs for download and fetchCarlos Martín Nieto2014-09-302-11/+11
| |/ |/|
* | Clean up some leaks in the test suiteCarlos Martín Nieto2014-09-171-0/+1
* | Merge pull request #2511 from libgit2/cmn/remote-default-restrictVicent Marti2014-09-092-0/+108
|\ \
| * | clone: handle overly restrictive refspecscmn/remote-default-restrictCarlos Martín Nieto2014-09-021-12/+1
| * | clone: correct handling of an unborn HEADCarlos Martín Nieto2014-09-021-0/+15
| * | remote: add test for single-branch cloneCarlos Martín Nieto2014-09-021-0/+61
| * | remote: add tests for remote-branch edge casesCarlos Martín Nieto2014-09-021-0/+29
| * | remote: assert what we want to happen when ther is no default branchCarlos Martín Nieto2014-08-291-0/+14
| |/
* | remote: test for supported URLs in a single placeCarlos Martín Nieto2014-08-311-16/+9
* | remote: get rid of git_remote_valid_url()Carlos Martín Nieto2014-08-311-11/+16
|/
* Check if the refspec matches before transformingJacques Germishuys2014-08-171-5/+43
* git_remote_ls() should return an error if the transport is not availableJacques Germishuys2014-08-151-0/+11
* refspec: support asterisks in the middle of a patternCarlos Martín Nieto2014-07-041-0/+23
* Merge pull request #2459 from libgit2/cmn/http-url-pathVicent Marti2014-07-031-0/+18
|\
| * netops: error out on url without a pathcmn/http-url-pathCarlos Martín Nieto2014-07-031-0/+18
* | clone: remote git_clone_into{,_local} from the public APIcmn/clone-custom-repoCarlos Martín Nieto2014-07-021-10/+25
* | Improvements to git_transport extensibilityPhilip Kelley2014-06-261-26/+4
|/
* remote: don't free the remote on deletecmn/remote-rename-moreCarlos Martín Nieto2014-06-061-1/+1
* remote: failing test for renaming with a symrefCarlos Martín Nieto2014-06-061-0/+48
* remote: return problem refspecs instead of using a callbackCarlos Martín Nieto2014-06-061-37/+53
* remote: failing test for renameCarlos Martín Nieto2014-06-061-0/+30
* Remote: Set an error when a remote cannot be found.Arthur Schreiber2014-05-301-0/+9
* remote: add api to guess the remote's default branchCarlos Martín Nieto2014-05-211-0/+50
* Merge pull request #2354 from libgit2/cmn/clone-into-mirrorVicent Marti2014-05-191-0/+26
|\
| * clone: add failing test for a mirror-clone with clone_intoCarlos Martín Nieto2014-05-191-0/+26
* | Merge pull request #2313 from libgit2/cmn/remote-deleteVicent Marti2014-05-161-0/+61
|\ \ | |/ |/|
| * remote: remove remote-tracking branches on deleteCarlos Martín Nieto2014-05-161-4/+8
| * remote: Introduce git_remote_delete()nulltoken2014-04-301-0/+57
* | netops: unit-test the cert host-name pattern matchingCarlos Martín Nieto2014-04-261-0/+13
|/
* remote: rename inmemory to anonymous and swap url and fetch orderCarlos Martín Nieto2014-04-013-9/+9
* Correct default reflog message for git_remote_fetchBen Straub2014-02-061-0/+28
* Add reflog parameters to remote apisBen Straub2014-02-042-8/+63
* Don't strcmp a git_buf, strcmp its char *Edward Thomson2014-01-291-1/+1
* Merge pull request #2077 from libgit2/cmn/buf-outVicent Marti2014-01-271-14/+7
|\
| * refspec: move to git_buf for outputting stringsCarlos Martín Nieto2014-01-271-14/+7