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-02-05Initial push implementationJameson Miller
2013-02-03Check all [Flags] enums for overlapsKeith Dahlby
2013-02-02Add build.libgit2sharp.x64.cmdKeith Dahlby
2013-02-01Enhance Configuration test coveragenulltoken
2013-01-31Update libgit2 binaries to 5f9f69dJameson Miller
2013-01-31Introduce repo.Network.FetchHeadsEdward Thomson
2013-01-31Update NuGet package specificationnulltoken
2013-01-31Add libgit2 licensenulltoken
2013-01-31Include third-party product name in license filenamenulltoken
2013-01-31Rename CHANGELOG.md to CHANGES.mdnulltoken
2013-01-30Claim last bit for FileStatus.NonexistentKeith Dahlby
2013-01-29Enhance Branch.TrackedBranch test coverageKeith Dahlby
2013-01-29Teach Branch to cope with unborn tracked branchesnulltoken
2013-01-29Teach Repository.Commit() to add merged branches as parentsEdward Thomson
2013-01-29Teach Repository.Commit() to cleanup merge dataEdward Thomson
2013-01-29Introduce Repository.MergeHeadsEdward Thomson
2013-01-28Fix test for non-virtual methods in types with public ctorKeith Dahlby
2013-01-27make Configuration#Get methods virtualDrew Miller
2013-01-24Update test repository with libgit2 logonulltoken
2013-01-24Improve exception message when configuration file is not foundyorah
2013-01-24Add optional ignoredErrorCodes on git_foreachKeith Dahlby
2013-01-24Refactor reference buildingnulltoken
2013-01-23Ensure Checkout() doesn't mess with binary filesnulltoken
2013-01-23Tidy up OdbBackendFixture codenulltoken
2013-01-23Enhance Index.RetrieveStatus() test coveragenulltoken
2013-01-23Make Checkout raise proper MergeConflictExceptionnulltoken
2013-01-23Update libgit2 binaries to 586f71enulltoken
2013-01-23Introduce OrphanedHeadExceptionnulltoken
2013-01-23Enhance checkout test coveragenulltoken
2013-01-23Fix some compilation warningsnulltoken
2013-01-22Small documentation fixnulltoken
2013-01-22Add TODO commentnulltoken
2013-01-22Checkout branch as snapshotJameson Miller
2013-01-22Add checkout testsJameson Miller
2013-01-22Update checkout in response to libgit2 checkout changesJameson Miller
2013-01-22Re-enable skipped hard reset testJameson Miller
2013-01-22Add Ignore supportPaul Betts
2013-01-18Bind git_graph_ahead_behind native methodMetalrom
2013-01-16Add IndexContainsUnmergedEntriesException to bind EUNMERGED exceptionMetalrom
2013-01-16Add test repository with merge conflictsMetalrom
2013-01-16Remove ThreadAffinity from git_remote_set_autotagBen Straub
2013-01-16Provide access to basic username/password auth for cloneBen Straub
2013-01-14Introduce Blob.IsBinaryMetalrom
2013-01-11Don't try to negate in an attributes fileCarlos Martín Nieto
2013-01-10Add InvalidSpecificationException as wrapper for EINVALIDSPEC native exceptionMetalrom
2013-01-10Rename AmbiguousException as AmbiguousSpecificationExceptionMetalrom
2013-01-10Add NameConflictException as wrapper for EEXIST native exceptionMetalrom
2013-01-09Fix Lib/.gitattributes filenulltoken
2013-01-09Introduce Repository.Refs.Headnulltoken
2013-01-08Improve perf and correctness of UTF-8 marshalingPhilip Kelley