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-04-14Obsolete ReferenceWrapper.Name in favor of ShortNamenulltoken
2015-03-17Update libgit2 to 9bbc8f3nulltoken
2015-03-17Minor test code cleanupnulltoken
2015-01-21Throw more meaningful NotFoundException when appropriateJameson Miller
2015-01-07Clarify branch tracking related testsnulltoken
2015-01-04Sandbox every testnulltoken
2015-01-04Rename Clone() test helper method in Sandbox()nulltoken
2014-12-11Update libgit2 to 4eb97efMarius Ungureanu
2014-10-31Move higher level Index operations to IRepositoryPaul Duncan
2014-09-25Verify that resolving a remote-tracking branch's remote can throwJameson Miller
2014-09-25Branch.Remote property should not throwJameson Miller
2014-09-05Add IBelongToARepository with some implementationsKeith Dahlby
2014-08-28Add test for tracking deleted branchKeith Dahlby
2014-06-02BranchCollection: Obsolete Move and introduce Rename.Marius Ungureanu
2014-04-26Cleanup whitespacesnulltoken
2014-04-09Introduce EmptyCommitExceptionEdward Thomson
2014-03-21Update libgit2 to 36a80fdBen Straub
2013-11-11Fix broken tests on OS XBen Straub
2013-11-08Deprecated ResetOptions in favor ResetMode.Pavel Belousov
2013-10-22Add meta test to find missing [Fact]/[Theory]Keith Dahlby
2013-10-09Enforce creation of unborn branch test coveragenulltoken
2013-08-30Respect core.logAllRefUpdatesKeith Dahlby
2013-08-30Append to reflog in Branches.Add() and Move()Keith Dahlby
2013-07-01Favor Constants.Signature over BaseFixture.DummySignatureyorah
2013-06-26Obsolete repo.Clone() overload which returns a Repositorynulltoken
2013-06-21Add InitNewRepository() test helpernulltoken
2013-06-21Leverage Touch() to generate test filesnulltoken
2013-06-03Expose TagFetchMode property on Remote type and include mechanism to update it.Jameson Miller
2013-04-26Teach UpdateTarget() to append to the reflogSaaman
2013-04-09Add the UpstreamBranchCanonicalName property to Branchyorah
2013-04-09Make test directory clones consistentKeith Dahlby
2013-03-20Move AheadBy/BehindBy into new TrackingDetailsKeith Dahlby
2013-03-18Stop sorting collectionsKeith Dahlby
2013-03-17Teach BranchUpdater to set merge branch directlyJameson Miller
2013-03-14Clean-up trailing whitespacesyorah
2013-02-14Introduce Repositories.Branches.Update()Jameson Miller
2013-02-12Allow retrieval of the Remote of a non local branchnulltoken
2013-02-08Mark Repository.Remotes obsoletenulltoken
2013-02-06Teach BranchCollection to disambiguate local and remote branch namesJameson Miller
2013-02-05Fix AheadBy/BehindBy behavior for orphaned branchnulltoken
2013-01-29Enhance Branch.TrackedBranch test coverageKeith Dahlby
2013-01-29Teach Branch to cope with unborn tracked branchesnulltoken
2013-01-24Update test repository with libgit2 logonulltoken
2013-01-23Ensure Checkout() doesn't mess with binary filesnulltoken
2013-01-10Add NameConflictException as wrapper for EEXIST native exceptionMetalrom
2012-12-06Fix TrackedBranch property on DetachedHead branchesKeith Dahlby
2012-12-06Fix IsTracking Property on DetachedHead branchesJameson Miller
2012-11-09Move Checkout tests into CheckoutFixtureJameson Miller
2012-11-09Checkout is not allowed in a bare repositoryJameson Miller
2012-10-17Add ability to fetch from remotes.Jameson Miller