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-12-22Deprecate ObjectId.StartsWith(byte[], int)nulltoken
2013-09-08Introduce ObjectId.StartsWith()nulltoken
2013-03-26Add explicit cast from string to ObjectIdKeith Dahlby
2012-09-05Delegate support of abbreviated oids to revparsenulltoken
2012-06-19Fix issues raised by Code Analysisnulltoken
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.ShouldEqual method by Assert.Equalyorah
2012-05-25Replace AssertExtensions.ShouldBeFalse method by Assert.Falseyorah
2012-02-28Migrate unit tests to XUnitnulltoken
2011-09-21Enforce code stylenulltoken
2011-06-20Add handling of abbreviated sha to Repository.Lookup() and ObjectId.ToString()nulltoken
2011-06-20Apply some code beautification to some filesnulltoken
2011-04-26add test to exercise ArgumentConformsTo<T> and ObjectId creationTim Clem
2011-04-26reformat all test fixtures with resharper settingsTim Clem
2011-04-02Enforce ObjectId equality implementationnulltoken
2011-04-02Fix TestHelpers namespacenulltoken
2011-04-02Reduce GitOid exposurenulltoken
2011-03-31create core namespace to hide away advanced internalsTim Clem
2011-03-30refactor GitOid to be safe.Tim Clem
2011-03-30Squash up commits on devel branchTim Clem
2011-03-06Rename namespace from libgit2 to LibGit2Sharp.Andrius Bentkus