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-06-17Fix memory leak in tests/network/refspecs.cJeff Hostetler
2015-05-28Merge pull request #3149 from libgit2/cmn/upstream-matching-pushEdward Thomson
2015-05-28remote: validate refspecs before adding to configCarlos Martín Nieto
2015-05-28remote: remove fetch parameter from create_anonymousCarlos Martín Nieto
2015-05-22refspec: make sure matching refspecs have src, dst and input stringsCarlos Martín Nieto
2015-05-14push: add tests for the push negotiation callbackCarlos Martín Nieto
2015-05-13tests: don't push to our resourcesCarlos Martín Nieto
2015-05-13remote: remove git_remote_save()Carlos Martín Nieto
2015-05-13remote: remove live changing of refspecsCarlos Martín Nieto
2015-05-13remote: move the tagopt setting to the fetch optionsCarlos Martín Nieto
2015-05-13remote: move the update_fetchhead setting to the optionsCarlos Martín Nieto
2015-05-13remote: move the transport ctor to the callbacksCarlos 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-04-22Fix for Issue #3023 tests fail with no networkcthomas
2015-03-03config: borrow refcounted referencesCarlos Martín Nieto
2015-03-03repository: remove log message override for switching the active branchCarlos Martín Nieto
2015-03-03push: remove reflog message overrideCarlos 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-30Merge pull request #2762 from libgit2/cmn/hide-pushEdward Thomson
2014-12-30remote: remove git_push from the public APICarlos Martín Nieto
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-12-10push: fold unpack_ok() into finish()Carlos Martín Nieto
2014-12-07Fix broken test suite on WindowsLinquize
2014-11-23remote: add test for pushing and deleting with the local transportCarlos Martín Nieto
2014-11-23Plug leaksCarlos Martín Nieto
2014-11-18Merge pull request #2671 from swisspol/remote_create_fixEdward Thomson
2014-11-18Merge pull request #2693 from libgit2/cmn/push-refspec-refactorEdward Thomson
2014-11-17Fixed active_refspecs field not initialized on new git_remote objectsPierre-Olivier Latour
2014-11-09push: use the common refspec parserCarlos Martín Nieto
2014-11-09Changed GIT_REMOTE_DOWNLOAD_TAGS_ALL to behave like git 1.9.0Pierre-Olivier Latour
2014-11-09Merge pull request #2698 from libgit2/cmn/fetchhead-refactorEdward Thomson
2014-11-08remote: don't check for upstream on an anonymous remoteCarlos Martín Nieto