summaryrefslogtreecommitdiff
path: root/tests/network/fetchlocal.c
Commit message (Expand)AuthorAgeFilesLines
* remote: add failing test for a mirror refspecCarlos Martín Nieto2015-08-111-5/+34
* remote: remove live changing of refspecsCarlos Martín Nieto2015-05-131-8/+1
* remote: remove url and pushurl from the save logicCarlos Martín Nieto2015-05-131-2/+2
* Remove the callbacks struct from the remoteCarlos Martín Nieto2015-05-131-73/+44
* Remove the signature from ref-modifying functionsCarlos Martín Nieto2015-03-031-18/+18
* Fix more indentation.David Calavera2015-01-071-1/+1
* Fix intentation.David Calavera2015-01-051-1/+1
* Load prune configuration when a remote is created.David Calavera2015-01-051-0/+44
* Merge pull request #2761 from libgit2/cmn/fetch-pruneEdward Thomson2014-12-301-0/+285
|\
| * fetch: plug leaks in the prune testsCarlos Martín Nieto2014-12-141-18/+34
| * fetch: remove the prune setterCarlos Martín Nieto2014-12-141-4/+2
| * 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
* | local: add failing test for sideband informationCarlos Martín Nieto2014-12-161-0/+34
|/
* remote: rename _load() to _lookup()cmn/remote-lookupCarlos Martín Nieto2014-11-081-2/+2
* tests: fix leakCarlos Martín Nieto2014-10-271-0/+1
* Fix test repo dir not deleted after runningLinquize2014-10-271-1/+1
* 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: allow overriding the refspecs for download and fetchCarlos Martín Nieto2014-09-301-2/+2
|/
* clone: remote git_clone_into{,_local} from the public APIcmn/clone-custom-repoCarlos Martín Nieto2014-07-021-10/+25
* clone: add failing test for a mirror-clone with clone_intoCarlos Martín Nieto2014-05-191-0/+26
* Add reflog parameters to remote apisBen Straub2014-02-041-2/+2
* Rename tests-clar to testsBen Straub2013-11-141-0/+88