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-06-03Commit: Introduce CommentaryChar and PrettifyMessage in CommitOptionsUngureanu Marius
2013-07-01Cleanup usingsyorah
2013-07-01Standardize comments styleyorah
2013-04-26Add helper methods to determine reference kind from canonical nameSaaman
2013-04-26Refactor handling of reference prefixesSaaman
2013-04-03Remove obsolete Create/Delete methodsKeith Dahlby
2013-02-11Fix some issues pinpointed by Code Analysisnulltoken
2012-12-11Fix some issues pinpointed by Code Analysisnulltoken
2012-11-23Add some `DebuggerDisplay` loveyorah
2012-09-05Turn repo.Tags string based overloads into extension methodsnulltoken
2012-09-05Make Tags.Remove() accept a Tag as its targetnulltoken
2012-08-29Make retrieval of error message thread-safeyorah
2012-08-28Revert "Make Tags.Add() accept an ObjectId as its target"nulltoken
2012-08-28Make Tags.Add() accept a GitObject as its targetnulltoken
2012-08-25Turn Tags.Add() overloads into extension methodsnulltoken
2012-08-25Make Tags.Add() accept an ObjectId as its targetnulltoken
2012-08-25Fix TagCollection xml documentationnulltoken
2012-06-20Upgrade libgit2 binaries to 1d94a7dnulltoken
2012-06-19Make all public types mockableyorah
2012-06-10Rename Delete to Remove in TagCollectionKeith Dahlby
2012-06-10Rename Create to Add in TagCollectionKeith Dahlby
2012-03-29Move SafeHandle related types to Core.Handles namespacenulltoken
2012-02-07Fix some issues pinpointed by Code Analysisnulltoken
2012-02-02Simplify handling of native signature handlenulltoken
2012-01-05Refactor retrieval and dereferencing of GitObjectsnulltoken
2011-10-05Ensure that target of branches and tags are either shas or canonical referenc...nulltoken
2011-10-02Remove uses of ReferenceCollection.Resolve<T>() for non-Reference TKeith Dahlby
2011-09-26Standardize usage of LibGit2Exceptionnulltoken
2011-09-21Enforce code stylenulltoken
2011-07-14Replace managed version of lightweight tag creation with native libgit2 imple...nulltoken
2011-07-14Update libgit2 binaries to 33afca4nulltoken
2011-05-15Fix some issues pinpointed by Code Analysisnulltoken
2011-05-06Delegate to native libgit2 git_tag_delete() implementation to remove a tagnulltoken
2011-05-04Port some tests from cgit and fix implementation to make them passnulltoken
2011-05-04Fix some issues pinpointed by Code Analysisnulltoken
2011-05-03Port some tests from cgit and fix implementation to make them passnulltoken
2011-05-01Add overwriting option when creating a tagnulltoken
2011-04-30Reduce API exposurenulltoken
2011-04-30Implement tag deletionnulltoken
2011-04-29Add some documentationnulltoken
2011-04-25Simplify API by removing most of the overloads which rely on ObjectId based p...nulltoken
2011-04-17Refactor Reference, Branch and Tag instantiationnulltoken
2011-04-16Change tag creation implementation to allow forward slashes in the name of th...nulltoken
2011-04-16Replace retrieval of the list of tags by a call to native libgit2 functionnulltoken
2011-04-14Add support for lightweight tag creationnulltoken
2011-04-14Add handling of lightweight tagsnulltoken
2011-04-10Fix compilation warningsnulltoken
2011-04-09Enforced test coverage of tag creationnulltoken
2011-03-31create core namespace to hide away advanced internalsTim Clem
2011-03-31can create, lookup tagsTim Clem