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 (Collapse)Author
2014-04-16Fix some issues pinpointed by Code Analysisnulltoken
2013-12-21Simplify OdbBackend.ReadPrefix() implementationnulltoken
2013-09-08Add GIT_EUSER to OdbBackend exposed return codesnulltoken
2013-09-08Small refactoringnulltoken
2013-09-07Make OdbBackend expose valid backend return codesnulltoken
2013-08-22Clean up trailing whitespacesnulltoken
2013-08-19Make OdbBackend interface ObjectId basednulltoken
2013-08-19Update libgit2 binaries to eb04744nulltoken
https://github.com/libgit2/libgit2/compare/7940036...eb04744
2013-08-16Fix OdbBackEnd ForEach prototypenulltoken
2013-08-15Refactor OdbBackEndnulltoken
2013-08-15Allow handling of odd-sized short Shas in OdbBackendnulltoken
2013-08-15Prevent Sha regeneration in the OdbBackendnulltoken
2013-07-01Standardize comments styleyorah
2013-05-04Remove obsolete methodsyorah
2013-05-03Obsolete GitObjectTypenulltoken
2013-05-03Deploy ObjectType to OdbBackendnulltoken
Sadly, this is a breaking change as there's no way to allow a migration path through the use of an [Obsolete] attribute.
2013-02-14Dismiss a few other R# warningsKeith Dahlby
2013-02-14Remove inferable delegate constructionKeith Dahlby
2013-02-14Use readonly for applicable fieldsKeith Dahlby
2013-02-08Remove trailing whitespaces.Andrius Bentkus
2013-01-08Update libgit2 binaries to 7dfc5c3Ben Straub
https://github.com/libgit2/libgit2/compare/16e6cee...7dfc5c3
2012-12-11Fix some issues pinpointed by Code Analysisnulltoken
2012-12-05Add ReadStream callback to OdbBackendKeith Dahlby
2012-12-05Update libgit2 binaries to 16e6ceeBen Straub
https://github.com/libgit2/libgit2/compare/1e99ce9...16e6cee
2012-10-12Expose and use giterr_set_str for ODB backendsPhilip Kelley
2012-09-24Support for custom, managed ODB backendsPhilip Kelley