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
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
2011-10-06Allow HEAD to be updated with either a direct or a symbolic referencenulltoken
2011-09-26Move removal of temporary test repositories after the processing of each fixturenulltoken
2011-09-26Ensure references are being enumerated in a ordered waynulltoken
2011-09-26Prevent enumeration of commits from throwing when starting from a tag which p...nulltoken
2011-09-26Standardize usage of LibGit2Exceptionnulltoken
2011-09-21Enforce code stylenulltoken
2011-09-12Replace corrupted test reference with on demand creation of itnulltoken
2011-07-15Remove trailing white spacesnulltoken
2011-07-15Un-ignore two reference renaming tests as they now pass when run against the ...nulltoken
2011-06-18Made name of some test constants more explicitnulltoken
2011-06-13Make Repository.Head return a Branch instead of a Referencenulltoken
2011-06-12Set up the test environment in a Fixture base classdavidebbo
2011-05-26Update API to return a new instance of it when one updates the target of a re...nulltoken
2011-05-19Fix creation of reference to prevent it from choking on corrupted onesnulltoken
2011-05-05Add some (currently failing and ignored) tests related to reference moving/re...nulltoken