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-08-27Drop tests that rely on the global configurationnulltoken
2013-11-21Remove unnecessary global config checkKeith Dahlby
2013-11-21Add Configuration.Find(regexp)Keith Dahlby
2013-11-13Tests create global config stub if requiredJan Melcher
2013-08-30Add Config.GetValueOrDefault() extensionsKeith Dahlby
2013-04-09Make test directory clones consistentKeith Dahlby
2013-02-14Remove unused usingsKeith Dahlby
2013-02-01Enhance Configuration test coveragenulltoken
2012-12-31Add optional RespositoryOptions to Repository.Init callMetalrom
2012-12-11Fix some issues pinpointed by Code Analysisnulltoken
2012-12-05Add XDG configuration storeyorah
2012-12-05Make Config.Get() able to target a specific storenulltoken
2012-12-05Introduce Configuration.HasConfig()nulltoken
2012-12-05Make repo.Config.Get() return the originating storeyorah
2012-12-05Update libgit2 binaries to 16e6ceeBen Straub
2012-09-04Enumerate configuration values.Matt Burke
2012-06-10Rename Delete to Unset in ConfigurationKeith Dahlby
2012-06-03Rename LibGit2Exception to LibGit2SharpExceptionTim Clem
2012-06-01Make Configuration.Delete() able to target global and system configuration filesnulltoken
2012-05-26Extend RepositoryOptions to accept path to alternate System and Global config...nulltoken
2012-05-25Replace AssertExtensions.ShouldNotBeNull method by Assert.NotNullyorah
2012-05-25Replace AssertExtensions.ShouldBeTrue method by Assert.Trueyorah
2012-05-25Replace AssertExtensions.ShouldBeNull method by Assert.Nullyorah
2012-05-25Replace AssertExtensions.ShouldEqual method by Assert.Equalyorah
2012-05-25Replace AssertExtensions.ShouldBeFalse method by Assert.Falseyorah
2012-03-06Fix up marshalling of strings returned by libgit2Tim Clem
2012-02-28Migrate unit tests to XUnitnulltoken
2011-11-24Improve reliability in running unit testsTim Clem
2011-11-18Allow access to config outside the context of a repoTim Clem
2011-11-07Prevent ConfigurationFixture.CanSetGlobalStringValue test from failing when t...nulltoken
2011-10-10Change retrieval of configuration settingsnulltoken
2011-10-10Add Configuration.Get() overload that takes key in parts.Keith Dahlby
2011-10-04Refactor updating of configuration settingsEmeric Fermas
2011-10-04Prevent global and system configuration related tests from failing when being...Emeric Fermas
2011-10-04Can get and set global level configurationTim Clem
2011-10-04Upgrade libgit2 binaries to 24ce105Emeric Fermas
2011-10-04Update config reads to return a default value for a missing key. Closes #67Keith Dahlby
2011-10-01Reduce API exposureEmeric Fermas
2011-09-29Can delete a configuration variableTim Clem
2011-09-29Throw for unsupported configuration typesTim Clem
2011-09-29Can set configuration values for a repositoryTim Clem
2011-09-29Can get basic settings from config fileTim Clem