Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-11remote: add failing test for a mirror refspecCarlos Martín Nieto
2015-05-13remote: remove live changing of refspecsCarlos Martín Nieto
2015-05-13remote: remove url and pushurl from the save logicCarlos Martín Nieto
2015-05-13Remove the callbacks struct from the remoteCarlos Martín Nieto
2015-03-03Remove the signature from ref-modifying functionsCarlos Martín Nieto
2015-01-07Fix more indentation.David Calavera
2015-01-06Fix intentation.David Calavera
2015-01-06Load prune configuration when a remote is created.David Calavera
2014-12-30Merge pull request #2761 from libgit2/cmn/fetch-pruneEdward Thomson
2014-12-16local: add failing test for sideband informationCarlos Martín Nieto
2014-12-14fetch: plug leaks in the prune testsCarlos Martín Nieto
2014-12-14fetch: remove the prune setterCarlos Martín Nieto
2014-12-14fetch: add test for the other order of overlapping specsCarlos Martín Nieto
2014-12-14fetch: assert we don't call update tips when there are no upatesCarlos Martín Nieto
2014-12-14fetch: do set prune when testingCarlos Martín Nieto
2014-12-14Make sure that `fetch --prune --tags` doesn't remove tags.David Calavera
2014-12-14Cleanup repository after prune tests.David Calavera
2014-12-14Cleanup after testing remote prune.David Calavera
2014-12-14Fix references to git_remote_lookup.David Calavera
2014-12-14Test that prune overlapping works as expected.David Calavera
2014-12-14Fix calls to `git_remote_download` and `git_remote_fetch`.David Calavera
2014-12-14Add test for prune refsLinquize
2014-11-08remote: rename _load() to _lookup()Carlos Martín Nieto
2014-10-27tests: fix leakCarlos Martín Nieto
2014-10-26Fix test repo dir not deleted after runningLinquize
2014-10-10Fix test buildCarlos Martín Nieto
2014-10-10Merge pull request #2542 from linquize/fetch-headCarlos Martín Nieto
2014-09-30remote: allow overriding the refspecs for download and fetchCarlos Martín Nieto
2014-09-02Add network::fetchlocal multi remotes testLinquize
2014-07-02clone: remote git_clone_into{,_local} from the public APICarlos Martín Nieto
2014-05-19clone: add failing test for a mirror-clone with clone_intoCarlos Martín Nieto
2014-02-05Add reflog parameters to remote apisBen Straub
2013-11-15Rename tests-clar to testsBen Straub