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
2015-08-18Trim trailing whitespacesnulltoken
2015-07-08Applying consistant formatting across the projectJ Wyman
2014-04-16Upgrade to .Net 4.0nulltoken
2014-03-22Split the lazy group of commit object as two groupsAimeast
2014-03-21Update libgit2 to 36a80fdBen Straub
2014-01-06Delegate Commit.MessageShort to libgit2 (#593)Aimeast
2013-07-01Standardize comments styleyorah
2013-04-03Remove miscellaneous obsolete membersKeith Dahlby
2013-03-20Add Commit.DebuggerDisplayKeith Dahlby
2013-02-14Micro-optimization: use new List<>(capacity)Keith Dahlby
2012-11-06Move repo field up into GitObjectKeith Dahlby
2012-11-06Mark Commit.ParentsCount obsoletenulltoken
2012-11-06Deploy GitObjectLazyGroup usagenulltoken
2012-10-27Prefer commit parent ObjectId over handlenulltoken
2012-08-29Make retrieval of error message thread-safeyorah
2012-06-19Make all public types mockableyorah
2012-06-18Make Commit mockableyorah
2012-05-23Fix leaked handle in CommitKeith Dahlby
2012-05-22Add notes creation and updationyorah
2012-05-22Add notes retrievalKeith Dahlby
2012-05-22Remove unused usingsKeith Dahlby
2012-03-28Replace usage of IntPtr holding references to oids with OidSafeHandlenulltoken
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-06Fix up marshalling of strings returned by libgit2Tim Clem
2012-02-27Refactor conversion of a native pointer into a GitOidnulltoken
2012-02-27Fix Non-CLS compliant codenulltoken
2012-02-11Add ParentsCount property to CommitTim Clem
2011-11-28Add basic Tuple<T1, T2> typenulltoken
2011-10-08Add a string indexer to the Commit type in order to ease retrieval of TreeEnt...nulltoken
2011-10-07Refactor retrieval of parents of a commitnulltoken
2011-10-02Enforce code styleEmeric Fermas
2011-09-29git_commit_message_short has been removed - reimplement in C#Tim Clem
2011-09-29Upgrade libgit2 binaries to 35e9407nulltoken
2011-09-21Enforce code stylenulltoken
2011-06-23Leverage Lazy<T> to unify implementation of deferred executionnulltoken
2011-05-26Update API to return a new instance of it when one updates the target of a re...nulltoken
2011-05-20Fix an IIS related interop issuenulltoken
2011-04-30Add some documentationnulltoken
2011-04-20Straighten Commit APInulltoken
2011-04-20Tree and blob were addedgor
2011-04-20Minor renamingnulltoken
2011-04-12Fix the creation of the parents of a commitnulltoken
2011-04-10Refactor creation of Git objectsnulltoken
2011-04-10Fix a memory leaknulltoken
2011-03-31create core namespace to hide away advanced internalsTim Clem
2011-03-30create a RepositorySafeHandle to ensure that handles are always released.Tim Clem
2011-03-30make GitObject not implement IDisposableTim Clem
2011-03-30refactor GitOid to be safe.Tim Clem
2011-03-30remove class headersTim Clem