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-03Obsolete Tree.Trees and Tree.Blobs propertiesnulltoken
2013-05-03Introduce TreeEntry.TargetType and TreeEntryDefinition.TargetTypenulltoken
2013-04-24Insert new reflog entry on merge commitSaaman
2013-04-24Reflog entries can't be >1 linePaul Betts
2013-04-11Enforce reflog writing test coverageMetalrom
2013-04-11Make amend on orphaned head throw OrphanedHeadExceptionMetalrom
2013-04-10Insert new reflog entry on commitMetalrom
2013-04-09Make test directory clones consistentKeith Dahlby
2013-03-18Stop sorting collectionsKeith Dahlby
2013-03-14Clean-up trailing whitespacesyorah
2013-03-02Obsolete IsEmpty property on RepositoryInformationJameson Miller
2013-03-02Allow commits on any unparented branchJameson Miller
2013-01-29Teach Repository.Commit() to add merged branches as parentsEdward Thomson
2013-01-29Teach Repository.Commit() to cleanup merge dataEdward Thomson
2012-12-05Make `GitObject.DereferenceToCommit()` use `git_object_peel()`yorah
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-11-09Update working directory on CheckoutJameson Miller
2012-11-09Checkout is not allowed in a bare repositoryJameson Miller
2012-11-06Mark Commit.ParentsCount obsoletenulltoken
2012-11-06Fix retrieval of the author of a Commitnulltoken
2012-09-05Delegate support of abbreviated oids to revparsenulltoken
2012-08-12Add test coverage commits query through globed referencesTim Clem
2012-06-19Fix issues raised by Code Analysisnulltoken
2012-06-10Rename CommitCollection to CommitLogKeith 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-05-16Cleanup whitespacesnulltoken
2012-05-15Add a test demonstrating how to retrieve the children of a specific commitnulltoken
2012-05-15Remove trailing "\n" from commit and tag messagesnulltoken
2012-04-28Rename Tree.Files property as Tree.Blobsnulltoken
2012-04-24Add Repository.CreateBranch() overload that accepts Commit directlyKeith Dahlby
2012-04-21Add Checkout(Branch) overloadKeith Dahlby
2012-04-21Move Checkout() to RepositoryKeith Dahlby
2012-02-28Migrate unit tests to XUnitnulltoken
2012-02-11Add ParentsCount property to CommitTim Clem
2012-02-08Make Repository.Commit() able to amend the current tip of the Headnulltoken
2012-02-07Fix some issues pinpointed by Code Analysisnulltoken
2012-01-29Make Repository.Init() return an instance of the Repository type, instead of ...Artem Smirnov
2011-12-15Add test to ensure predictability of generation of commit, tree and blob obje...nulltoken
2011-11-24Improve reliability in running unit testsTim Clem
2011-10-21Replace managed tree indexer functionality with native libgit2 git_tree_fromp...nulltoken