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
2015-03-17Update libgit2 to 9bbc8f3nulltoken
2015-01-21Throw more meaningful NotFoundException when appropriateJameson Miller
2015-01-04Sandbox every testnulltoken
2015-01-04Rename Clone() test helper method in Sandbox()nulltoken
2014-09-13Deprecate repo.Refs.Move() in favor of repo.Refs.Rename()Paul Duncan
2014-07-01Handle tags that do not have a tagger.Jameson Miller
2014-04-26Cleanup whitespacesnulltoken
2014-04-26Introduced Reference.IsValidName(string)someoneigna
2014-03-21Update libgit2 to 36a80fdBen Straub
2013-11-07Favor IRepository usage over Repositorynulltoken
2013-08-31Don't resolve SymRef Target to directKeith Dahlby
2013-08-30Respect core.logAllRefUpdatesKeith Dahlby
2013-08-30Clean up reflog assertionsKeith Dahlby
2013-06-21Add InitNewRepository() test helpernulltoken
2013-06-03Introduce repo.Refs.ReachableFrom()Ben Straub
2013-05-23Move AssertReflogEntryIsCreated to BaseFixtureSaaman
2013-05-03Teach Refs.Add() to append to the reflogSaaman
2013-04-26Add extension methods to determine reference kindSaaman
2013-04-26Teach UpdateTarget() to append to the reflogSaaman
2013-04-26Enforce reference lookup test coverageSaaman
2013-04-10Allow update of the target of a symbolic reference with another symbolic refe...Metalrom
2013-04-09Make test directory clones consistentKeith Dahlby
2013-03-18Stop sorting collectionsKeith Dahlby
2013-03-14Clean-up trailing whitespacesyorah
2013-02-12Enhance repo.Refs.IsValidName test coveragenulltoken
2013-01-10Add NameConflictException as wrapper for EEXIST native exceptionMetalrom
2013-01-09Introduce Repository.Refs.Headnulltoken
2012-11-13Introduce repo.Refs.IsValidName()nulltoken
2012-09-05Prevent invalid reference creation through revparse specnulltoken
2012-09-05Make Refs.UpdateTarget() accept an revparse spec as its targetnulltoken
2012-09-05Make Refs.Remove() accept a Reference as its targetnulltoken
2012-09-05Enhance Refs.UpdateTarget() test coveragenulltoken
2012-08-28Make Refs.Add() accept a Reference as its targetnulltoken
2012-08-28Make Refs.Add() accept an ObjectId as its targetnulltoken
2012-08-28Make Refs.Add() accept a revparse specificationnulltoken
2012-08-27Fix wrong testnulltoken
2012-08-11Add repo.Refs.FromGlob() to enumerate references matching a specified globnulltoken
2012-06-10Rename Delete to Remove in ReferenceCollectionKeith Dahlby
2012-06-10Rename Create to Add in ReferenceCollectionKeith Dahlby
2012-06-03Rename LibGit2Exception to LibGit2SharpExceptionTim Clem
2012-05-25Replace AssertExtensions.ShouldNotEqual method by Assert.NotEqualyorah
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-05-22Add notes related test resources in Bare repositoryyorah
2012-02-28Migrate unit tests to XUnitnulltoken
2012-02-07Fix some issues pinpointed by Code Analysisnulltoken
2011-11-24Improve reliability in running unit testsTim Clem