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
2013-05-26Update libgit2 binaries to 5aee963Ben Straub
2013-05-25Add CompareOptionsKeith Dahlby
2013-05-23Teach Repository.Reset to append to the ReflogSaaman
2013-05-23Move AssertReflogEntryIsCreated to BaseFixtureSaaman
2013-05-23Fix test with repository cloneSaaman
2013-05-22Enhance Index.RetrieveStatus() test coveragenulltoken
2013-05-22Add type details to FilePathMarshaler errorKeith Dahlby
2013-05-13Mark TreeEntryTargetType.Tag as obsoleteMartin Woodward
2013-05-08Fix HasAny() enum helper to ease migration to .Net 4.0nulltoken
2013-05-06Add test for TreeChanges case-sensitivityyorah
2013-05-05Remove useless marshaling directivenulltoken
2013-05-04Remove obsolete methodsyorah
2013-05-04Upgrade NuGet.exe to version 2.5.40416.9020nulltoken
2013-05-04Release LibGit2Sharp v0.11v0.11.0nulltoken
2013-05-04Fix documentationnulltoken
2013-05-03Update libgit2 binaries to b641c00yorah
2013-05-03Obsolete Tree.Trees and Tree.Blobs propertiesnulltoken
2013-05-03Obsolete GitObjectTypenulltoken
2013-05-03Deploy ObjectType to OdbBackendnulltoken
2013-05-03Introduce ObjectTypenulltoken
2013-05-03Obsolete TreeEntry.Type and TreeEntryDefinition.Typenulltoken
2013-05-03Introduce TreeEntry.TargetType and TreeEntryDefinition.TargetTypenulltoken
2013-05-03Teach Refs.Add() to append to the reflogSaaman
2013-05-02Remove SetIgnoreCaseOrSkip test helpernulltoken
2013-05-02Introduce IsFileSystemCaseSensitive test helpernulltoken
2013-04-29Prevent repo.Lookup() to accept GitLink as a target typenulltoken
2013-04-26Add extension methods to determine reference kindSaaman
2013-04-26Add helper methods to determine reference kind from canonical nameSaaman
2013-04-26Refactor handling of reference prefixesSaaman
2013-04-26Move Repository.Conflicts to Index.ConflictsSaaman
2013-04-26Teach UpdateTarget() to append to the reflogSaaman
2013-04-26Code style cleanupSaaman
2013-04-26Teach Checkout() to append to the reflogSaaman
2013-04-26Fix Checkout behavior when dealing with HeadSaaman
2013-04-26Enforce checkout test coverageSaaman
2013-04-26Enforce reference lookup test coverageSaaman
2013-04-25Move BuildSignatureFromGlobalConfiguration() to ConfigurationSaaman
2013-04-25Teach Checkout() to cope with revparse syntaxSaaman
2013-04-25Add TreeDefinition.Add(Submodule)Keith Dahlby
2013-04-25Add TreeDefinition.AddGitLink()Keith Dahlby
2013-04-25Proactively call git_submodule_reload()Keith Dahlby
2013-04-25OCD: Head > Index > WorkDirKeith Dahlby
2013-04-25Add BaseFixture.SubmoduleTestRepoWorkingDirPathKeith Dahlby
2013-04-24Add test to ensure conflicts are cleared when calling Index.Remove()yorah
2013-04-24Add BaseFixture.CloneMergedTestRepo()yorah
2013-04-24Cleanup ConflictFixtureyorah
2013-04-24Switch internal implementation of Index.Remove() to git_index_remove_bypath()yorah
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