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-03-03Remove useless namespace importsnulltoken
2012-02-28Migrate unit tests to XUnitnulltoken
2012-02-08Make Repository.Commit() able to amend the current tip of the Headnulltoken
2011-11-29Fix propagation of inconclusive test messagesnulltoken
2011-11-24Improve reliability in running unit testsTim Clem
2011-10-04Prevent global and system configuration related tests from failing when being...Emeric Fermas
2011-10-04Can get and set global level configurationTim Clem
2011-09-29Add determination of repository statusnulltoken
2011-09-26Move removal of temporary test repositories after the processing of each fixturenulltoken
2011-09-21Enforce code stylenulltoken
2011-09-12Replace corrupted test reference with on demand creation of itnulltoken
2011-09-12Fix error message formatting in a test helpernulltoken
2011-06-20Fix platform directory separator charsnulltoken
2011-06-18Made name of some test constants more explicitnulltoken
2011-06-16Add Signature related test helpersnulltoken
2011-06-12Move BaseFixture to TestHelpers namespacenulltoken
2011-06-05Move Constants to TestHelpers.Constantsnulltoken
2011-06-05Fix test repo copying when repo is not baredavidebbo
2011-05-17Improve documentation and tests related to initialization and opening of a gi...nulltoken
2011-05-15Refactor SelfCleaningDirectory and TemporaryCloneOfTestRepo test helpersnulltoken
2011-04-28implement staging files to indexTim Clem
2011-04-26reformat all test fixtures with resharper settingsTim Clem
2011-04-26don't like the message in ShouldBeTrueTim Clem
2011-04-26can enumerate and find entries in indexTim Clem
2011-04-10Fix naming of private membersnulltoken
2011-04-02Rename TemporaryRepositoryPath to TemporaryCloneOfTestReponulltoken
2011-04-02Remove no longer needed DirectoryHelper.DeleteIfExists()nulltoken
2011-04-02Make TemporaryRepositoryPath inherit from SelfCleaningDirectorynulltoken
2011-04-02Refactor TemporaryRepositoryPath and DirectoryHelpernulltoken
2011-04-02Enforce SelfCleaningDirectory behaviornulltoken
2011-04-02Fix TestHelpers namespacenulltoken
2011-03-30create repos using Repository.Init nowTim Clem
2011-03-30remove class headersTim Clem
2011-03-30add typed ShouldEqual to assert extentionsTim Clem
2011-03-30can open and create a repository using new interopTim Clem