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-03Obsolete Tree.Trees and Tree.Blobs propertiesnulltoken
2013-05-03Introduce TreeEntry.TargetType and TreeEntryDefinition.TargetTypenulltoken
2012-12-11Fix some issues pinpointed by Code Analysisnulltoken
2012-11-23Add some `DebuggerDisplay` loveyorah
2012-11-06Move repo field up into GitObjectKeith Dahlby
2012-11-06Deploy GitObjectLazyGroup usagenulltoken
2012-09-03Unify BuildFromPtr/CreateFromPtr implementation and usageyorah
2012-08-29Make retrieval of error message thread-safeyorah
2012-07-23Upgrade libgit2 binaries to 14e1bc1nulltoken
2012-06-19Make all public types mockableyorah
2012-06-03Use CSharp friendly names for libgit2 error types and codesTim Clem
2012-05-23Fix leaked handle in TreeKeith Dahlby
2012-05-22Remove obsolete methodsKeith Dahlby
2012-04-28Rename Tree.Files property as Tree.Blobsnulltoken
2012-03-28Replace usage of IntPtr holding references to tree entries with TreeEntrySafe...nulltoken
2012-03-28Replace usage of IntPtr holding references to git objects with GitObjectSafeH...nulltoken
2012-03-24Add Path property to TreeEntry typeKeith Dahlby
2012-03-06Use FilePath and FilePathMarshaler in NativeMethodsKeith Dahlby
2011-11-18Upgrade libgit2 binaries to e4c93a39nulltoken
2011-11-01Fix some missing documentation warningsnulltoken
2011-10-21Replace managed tree indexer functionality with native libgit2 git_tree_fromp...nulltoken
2011-10-21Fix Index.Stage(), Index.Unstage() and enforce test coveragenulltoken
2011-10-08Add a string indexer to the Commit type in order to ease retrieval of TreeEnt...nulltoken
2011-09-26Add .gitattributes file and fix line endingsnulltoken
2011-09-21Enforce code stylenulltoken
2011-06-21Fix retrieving of a non existing tree entrynulltoken
2011-06-20Add TreeEntry.Typenulltoken
2011-06-10Update API to cope with some libgit2 minor changesnulltoken
2011-04-29Fix some TODOs and slightly improve the documentationnulltoken
2011-04-29Add some documentationnulltoken
2011-04-22add quick Commit.Count property, extra branch propsTim Clem
2011-04-20Straighten Tree and TreeEntry APInulltoken
2011-04-20Enforce naming conventionnulltoken
2011-04-20Tree and blob were addedgor
2011-04-10Refactor creation of Git objectsnulltoken
2011-03-30refactor GitOid to be safe.Tim Clem
2011-03-30remove class headersTim Clem
2011-03-30add new revwalk interface with updated interopTim Clem
2011-03-30add back in basic object lookup with new interopTim Clem
2011-03-30Squash up commits on devel branchTim Clem
2011-03-06Rename namespace from libgit2 to LibGit2Sharp.Andrius Bentkus