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-02-24Minor changes to DirectoryHelper.DeleteDirectory()nulltoken
2015-02-23Merge pull request #971 from ThomasBarnekow/directory-helper-fixnulltoken
2015-02-23Assert remote urls before setting push urlRyan Roden-Corrent
2015-02-23Remote.PushUrl defaults to Remote.UrlRyan Roden-Corrent
2015-02-23Catch expected exceptions thrown by DirectoryHelperThomasBarnekow
2015-02-23Support separate push url for remotesRyan Roden-Corrent
2015-02-20Move Repository.Reset(paths) into IndexBrandon Ording
2015-02-15Assert against sorted entriesnulltoken
2015-02-15Fix leftover usage of deprecated enum membernulltoken
2015-02-15Add Tag.PeeledTarget propertyBrandon Ording
2015-02-13Introduce Repository.MergeFetchedRefsEdward Thomson
2015-02-13Teach Remote to expose the AutomaticallyPruneOnFetch propertynulltoken
2015-02-13Ensure no public type lies under Core namespacenulltoken
2015-02-13Minor refactoring so that the CI can display the messagesnulltoken
2015-02-13Make Epoch internalnulltoken
2015-02-12Add some auto pruning test coverage upon Fetch()nulltoken
2015-02-12Move FindMergeBase() overloads to ObjectDatabaseBrandon Ording
2015-02-07Add some CanMergeWithoutConflict() test coverageBrendan Forster
2015-02-06Make version comply to SemVernulltoken
2015-02-05Fix misspelled enumJameson Miller
2015-02-01Make GlobalSettings.Version expose the full versionnulltoken
2015-02-01Introduce repo.Describe()nulltoken
2015-02-01Deprecate Branch.Checkout()nulltoken
2015-01-30add support for running tests inside Visual StudioBrendan Forster
2015-01-25Fixup submodule propertiesJameson Miller
2015-01-25Enhance SubmoduleUpdate testsJameson Miller
2015-01-25Introduce submodule Update and InitJameson Miller
2015-01-24Merge pull request #927 from libgit2/ntk/issue_927nulltoken
2015-01-23Expose the assume-unchanged flag to IndexEntrypete
2015-01-23Ensure RetrieveStatus honors "assumed-unchanged" flagnulltoken
2015-01-23Add new AssumeUnchanged test repositorynulltoken
2015-01-23Enforce tag fetching clone coveragenulltoken
2015-01-23Unskip some tag fetching related testsnulltoken
2015-01-23Only fake git configuration when necessarynulltoken
2015-01-21Fix repo.Stage("*") behaviornulltoken
2015-01-21Teach low level Index.Add() to accept a Blobnulltoken
2015-01-21Expose low level Index.Add()nulltoken
2015-01-21Expose low level Index.Remove()nulltoken
2015-01-21Introduce PeelExceptionnulltoken
2015-01-21Enhance Repository.Lookup() test coveragenulltoken
2015-01-21Throw more meaningful NotFoundException when appropriateJameson Miller
2015-01-17Repository: allow Options with a bare repoEdward Thomson
2015-01-07Clarify branch tracking related testsnulltoken
2015-01-05Leverage NuGet restore for development dependenciesJamie Humphries
2015-01-05Add Visual Studio test project service include markernulltoken
2015-01-04Prefer GetRandomFileName() over NewGuid() for pathsnulltoken
2015-01-04Sandbox every testnulltoken
2015-01-04Rename Clone() test helper method in Sandbox()nulltoken
2014-12-22Ensure sourceUrl is not null eitherRuben Verdoes
2014-12-22Ensure workdirPath is not null in Repo.CloneRuben Verdoes