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
2012-09-26Add support for unborn branchesyorah
2012-09-05Make Branches.Move() accept a Branch as its targetnulltoken
2012-09-05Make Branches.Remove() accept a Branch as its targetnulltoken
2012-08-15Revparse support in Repository.LookupBen Straub
2012-06-10Rename Delete to Remove in BranchCollectionKeith Dahlby
2012-06-10Rename Create to Add in BranchCollectionKeith Dahlby
2012-06-03Rename LibGit2Exception to LibGit2SharpExceptionTim Clem
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-20Delegate the to deletion of branches to libgit2 native methodnulltoken
2012-05-15Fix handling of non 7 bits reference namesnulltoken
2012-04-28Add some Diff related test resourcesnulltoken
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-21Add support for local tracking branches (branch..remote = ".")Keith Dahlby
2012-02-07Fix some issues pinpointed by Code Analysisnulltoken
2012-02-04Optimize the execution of some testsnulltoken
2012-02-03Workaround for reference slash prefix in libgit2.Markus Olsson
2012-02-01Prevent Repository.Head.IsCurrentRepositoryHead from throwing a NullReference...nulltoken
2011-11-24Improve reliability in running unit testsTim Clem
2011-10-31Fix the tests to cope with the newly committed "1.txt" file in the test repos...nulltoken
2011-10-10Add commits to remote/origin in testrepo_wd to test Branch.BehindByKeith Dahlby
2011-10-10Add tracking branch details. Closes #75Keith Dahlby
2011-10-06Add checking out of an arbitrary commit and handling of a detached headnulltoken
2011-10-06Enforce coverage of remote branchesnulltoken
2011-10-06Reorder branch related testsnulltoken
2011-10-06Merge four related testsnulltoken
2011-10-06Ensure only a commit object can be used as a target for a branchnulltoken
2011-10-05Ensure that target of branches and tags are either shas or canonical referenc...nulltoken
2011-10-05Ensure one can't create a branch pointing at a non existent targetnulltoken
2011-10-05Allow creation of a branch specifically pointing at the HEADnulltoken
2011-10-05Ensure one can't checkout a non existent branchnulltoken
2011-10-02Enforce code styleEmeric Fermas
2011-10-02Remove uses of ReferenceCollection.Resolve<T>() for non-Reference TKeith Dahlby
2011-10-02Get symbolic ref object ID from resolved reference (including remote refs). C...Keith Dahlby
2011-10-02Failing test listing remote branchesKeith Dahlby
2011-09-26Move removal of temporary test repositories after the processing of each fixturenulltoken
2011-09-26Prevent a branch from being removed if it's the current HEADnulltoken
2011-09-26Ensure references are being enumerated in a ordered waynulltoken
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-06-20Add tests exercising usage of abbreviated shasnulltoken
2011-06-18Made name of some test constants more explicitnulltoken