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-04-28Add TreeDefinition and TreeEntryDefinition typesnulltoken
2012-04-24Add Repository.ObjectDatabase.Contains()nulltoken
2012-02-28Migrate unit tests to XUnitnulltoken
2012-02-11Move Repository.Index.RetrieveStatus() related tests to a separate Fixturenulltoken
2012-01-09Add Repository.Reset() and support of the Soft modenulltoken
2011-12-02Improve XBuild compatibility on Linuxnulltoken
2011-11-28Add basic Tuple<T1, T2> typenulltoken
2011-10-23Change the tree structure into which libgit2 binaries are located in order to...nulltoken
2011-09-29Basic remote retrieval, can get remoteTim Clem
2011-09-29Can get basic settings from config fileTim Clem
2011-09-26Move removal of temporary test repositories after the processing of each fixturenulltoken
2011-06-23Add basic Lazy<T> typenulltoken
2011-06-16Add Signature related test helpersnulltoken
2011-06-12Move BaseFixture to TestHelpers namespacenulltoken
2011-06-12Set up the test environment in a Fixture base classdavidebbo
2011-06-05Move Constants to TestHelpers.Constantsnulltoken
2011-04-26stub out index api, get test repo with wd in orderTim Clem
2011-04-26can access index and count entriesTim Clem
2011-04-20Tree and blob were addedgor
2011-04-20Update CI build script to make it run testsnulltoken
2011-04-19Add first version of CI build scriptnulltoken
2011-04-16Replace retrieval of the list of tags by a call to native libgit2 functionnulltoken
2011-04-09Fix names of the assembliesnulltoken
2011-04-09Remove .Net 4.0 solution and projectsnulltoken
2011-04-02Rename TemporaryRepositoryPath to TemporaryCloneOfTestReponulltoken
2011-03-31can create, lookup tagsTim Clem
2011-03-30refactor GitOid to be safe.Tim Clem
2011-03-30create repos using Repository.Init nowTim Clem
2011-03-30Fix up references to have direct and symbolic refsTim Clem
2011-03-30can create and delete references with new interopTim Clem
2011-03-30add ref api back with new interopTim Clem
2011-03-30move commitfixture to its own fileTim Clem
2011-03-30add back in basic object lookup with new interopTim Clem
2011-03-30add back repo.exists with new interopTim Clem
2011-03-30add back GitOid with new interopTim Clem
2011-03-30can open and create a repository using new interopTim Clem
2011-03-30actually move to .net 4, ensure .net 3.5 tests still passTim Clem
2011-03-30setup for interop refactoringTim Clem
2011-03-30create .net 3.5 and .net 4 projects, solutions, and asmTim Clem
2011-03-30Squash up commits on devel branchTim Clem
2011-03-07Upgrade libgit2 binaries to https://github.com/libgit2/libgit2/commit/55ffebenulltoken
2011-03-06Rename namespace from libgit2 to LibGit2Sharp.Andrius Bentkus