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

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-09Introduce Remote.IsSupportedUrl.Marius Ungureanu
2014-06-06Introduce RemoteCollection.Rename.Marius Ungureanu
2014-06-01Introduce RemoteCollection.Remove()Marius Ungureanu
2014-05-31Remove unneeded clone for Remote validity test.Ungureanu Marius
2014-04-25Introduce Remote.IsValidName(string)someoneigna
2014-01-23Fix Remotes.Add(name, url, refspec) implementationnulltoken
2013-09-07Update libgit2 binaries to 32e4992nulltoken
2013-08-22Does not throw when parsing a Remote with no urlnulltoken
2013-06-03Expose TagFetchMode property on Remote type and include mechanism to update it.Jameson Miller
2013-04-09Make test directory clones consistentKeith Dahlby
2013-04-03Move Fetch tests in separate fileyorah
2013-02-14Remove unused usingsKeith Dahlby
2013-02-12Enhance repo.NetWork.Remotes.Add() test coveragenulltoken
2013-02-12Introduce repo.Network.Remotes.IsValidName()nulltoken
2013-02-08Mark Repository.Remotes obsoletenulltoken
2013-01-16Provide access to basic username/password auth for cloneBen Straub
2012-12-05Make repo.Config.Get() return the originating storeyorah
2012-11-01Report Fetch progress through callbacksJameson Miller
2012-10-17Rename TagOption to TagFetchModenulltoken
2012-10-17Add ability to fetch from remotes.Jameson Miller
2012-06-20Delegate the handling of the default refSpec to libgit2 when creating a new R...Tim Clem
2012-06-10Rename Create to Add in RemoteCollectionKeith Dahlby
2012-05-30Make RemoteCollection.Create accept a specified fetch RefSpecnulltoken
2012-05-30Make RemoteCollection.Create generate a default fetch RefSpec for the remotenulltoken
2012-05-25Replace AssertExtensions.ShouldNotEqual method by Assert.NotEqualyorah
2012-05-25Replace AssertExtensions.ShouldNotBeNull method by Assert.NotNullyorah
2012-05-25Replace AssertExtensions.ShouldBeNull method by Assert.Nullyorah
2012-05-25Replace AssertExtensions.ShouldEqual method by Assert.Equalyorah
2012-02-28Migrate unit tests to XUnitnulltoken
2012-02-27Add RemoteCollection.Create()nulltoken
2012-02-27Make RemoteCollection an IEnumerable<Remote>nulltoken
2012-02-27Upgrade libgit2 binaries to e07c2d2nulltoken
2012-02-25Make Remote IEquatablenulltoken
2011-11-24Improve reliability in running unit testsTim Clem
2011-09-29Basic remote retrieval, can get remoteTim Clem