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-04-09Introduce CommitOptionsEdward Thomson
2014-04-09Introduce EmptyCommitExceptionEdward Thomson
2013-12-12Rename CommitFilter.FirstParent to FirstParentOnlynulltoken
2013-12-11CommitFilter: add simplify-by-first-parent optionCarlos Martín Nieto
2013-11-13Tests create global config stub if requiredJan Melcher
2013-11-08Deprecated ResetOptions in favor ResetMode.Pavel Belousov
2013-11-07Favor IRepository usage over Repositorynulltoken
2013-10-27Rename Blob.ContentAsText() as Blob.GetContentText()Aimeast
2013-09-26Update libgit2 binaries to 11f8336nulltoken
2013-08-30Clean up reflog assertionsKeith Dahlby
2013-08-22Clean up trailing whitespacesnulltoken
2013-08-07Introduce Blob.ContentAsText()Keith Dahlby
2013-07-01Favor Constants.Signature over BaseFixture.DummySignatureyorah
2013-06-28Rename GitSortOptions into CommitSortStrategiesnulltoken
2013-06-28Rename Filter into CommitFilternulltoken
2013-06-21Add InitNewRepository() test helpernulltoken
2013-06-21Leverage Touch() to generate test filesnulltoken
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