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-09-01Introduce low level Index/Tree operationsAlexandru Dima
2013-10-05Make RetrieveStatus() reload on-disk index beforehandKeith Dahlby
2013-08-22Clean up trailing whitespacesnulltoken
2013-08-22Add strongly-typed LockedFileExceptionyorah
2013-07-01Cleanup usingsyorah
2013-06-21Add InitNewRepository() test helpernulltoken
2013-06-21Leverage Touch() to generate test filesnulltoken
2013-04-24Move Index.Remove() tests to a separate fileyorah
2013-04-24Improve support for git rm --cached semanticsyorah
2013-04-24Make Index.Remove() able to remove only from indexyorah
2013-04-24Make Index.Remove() able to remove foldersyorah
2013-04-24Allow passing ExplicitPathsOptions to Index.Remove()yorah
2013-04-24Make Index.Remove() diff-basedyorah
2013-04-09Make test directory clones consistentKeith Dahlby
2013-03-18Stop sorting collectionsKeith Dahlby
2013-03-14Move Stage()/Unstage() tests to their own filesyorah
2013-03-14Clean-up trailing whitespacesyorah
2012-12-13Enhance Index.[Stage|Unstage]() test coveragenulltoken
2012-12-12Index.Unstage should accept absolute file pathsnulltoken
2012-12-12Enhance Index.Unstage() code coverageJameson Miller
2012-12-12Enhance Index.Unstage test coveragenulltoken
2012-11-30Remove duplicate obsolete callsnulltoken
2012-06-20Make Diff.Compare able to work against the working directory and the indexnulltoken
2012-06-13Add IndexEntry.Modeyorah
2012-06-10Straighten the building of some test pathsnulltoken
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
2012-05-25Replace AssertExtensions.ShouldBeFalse method by Assert.Falseyorah
2012-03-03Change the type of Exception which is returned when staging/unstaging/removin...nulltoken
2012-02-28Migrate unit tests to XUnitnulltoken
2012-02-11Move Repository.Index.RetrieveStatus() related tests to a separate Fixturenulltoken
2012-01-29Make Repository.Init() return an instance of the Repository type, instead of ...Artem Smirnov
2011-12-15Make Index.Remove() cope with files which have been modified in the working d...Flonix
2011-12-15Make Index.Remove() cope with files which have been deleted from the working ...Flonix
2011-11-28Enforce Index.Move() test coveragenulltoken
2011-11-28Enforce Index.RetrieveStatus() test coveragenulltoken
2011-11-28Refactor bulk implementation of Index methodsnulltoken
2011-11-28Make IndexEntry able to cope with native Windows directory separator charFlonix
2011-11-24Improve reliability in running unit testsTim Clem
2011-11-18Make Index.RetrieveStatus() return native file pathsFlonix
2011-11-05Make Index.Stage(), Index.Unstage(), Index.Move() and Index.Remove() able to ...Flonix
2011-11-01Fix wrong testnulltoken
2011-10-31Fix the tests to cope with the newly committed "1.txt" file in the test repos...nulltoken
2011-10-21Fix Index.Stage(), Index.Unstage() and enforce test coveragenulltoken
2011-10-16Reorder Index related testsnulltoken
2011-10-12Can create commit using global 'user' config infoTim Clem