summaryrefslogtreecommitdiff
path: root/tests/network
Commit message (Expand)AuthorAgeFilesLines
...
| * fetch: add test for the other order of overlapping specsCarlos Martín Nieto2014-12-141-0/+9
| * fetch: assert we don't call update tips when there are no upatesCarlos Martín Nieto2014-12-141-0/+12
| * fetch: do set prune when testingCarlos Martín Nieto2014-12-141-0/+1
| * Make sure that `fetch --prune --tags` doesn't remove tags.David Calavera2014-12-141-0/+59
| * Cleanup repository after prune tests.David Calavera2014-12-141-19/+14
| * Cleanup after testing remote prune.David Calavera2014-12-141-3/+6
| * Fix references to git_remote_lookup.David Calavera2014-12-141-6/+6
| * Test that prune overlapping works as expected.David Calavera2014-12-141-0/+64
| * Fix calls to `git_remote_download` and `git_remote_fetch`.David Calavera2014-12-141-6/+6
| * Add test for prune refsLinquize2014-12-141-0/+128
* | Merge pull request #2762 from libgit2/cmn/hide-pushEdward Thomson2014-12-302-26/+23
|\ \
| * | remote: remove git_push from the public APIcmn/hide-pushCarlos Martín Nieto2014-12-302-26/+23
| |/
* | local: add failing test for sideband informationCarlos Martín Nieto2014-12-161-0/+34
|/
* push: fold unpack_ok() into finish()Carlos Martín Nieto2014-12-101-4/+0
* Fix broken test suite on WindowsLinquize2014-12-071-3/+2
* remote: add test for pushing and deleting with the local transportCarlos Martín Nieto2014-11-231-0/+34
* Plug leaksCarlos Martín Nieto2014-11-231-0/+2
* Merge pull request #2671 from swisspol/remote_create_fixEdward Thomson2014-11-171-0/+35
|\
| * Fixed active_refspecs field not initialized on new git_remote objectsPierre-Olivier Latour2014-11-171-0/+35
* | Merge pull request #2693 from libgit2/cmn/push-refspec-refactorEdward Thomson2014-11-171-3/+3
|\ \ | |/ |/|
| * push: use the common refspec parsercmn/push-refspec-refactorCarlos Martín Nieto2014-11-091-3/+3
* | Changed GIT_REMOTE_DOWNLOAD_TAGS_ALL to behave like git 1.9.0Pierre-Olivier Latour2014-11-091-1/+1
* | Merge pull request #2698 from libgit2/cmn/fetchhead-refactorEdward Thomson2014-11-081-0/+10
|\ \
| * | remote: don't check for upstream on an anonymous remoteCarlos Martín Nieto2014-11-081-0/+10
* | | remote: rename _load() to _lookup()cmn/remote-lookupCarlos Martín Nieto2014-11-084-19/+19
|/ /
* | Merge pull request #2682 from libgit2/cmn/fetch-tags-refspecEdward Thomson2014-11-061-0/+27
|\ \ | |/ |/|
| * 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