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-07-01Standardize comments styleyorah
2013-05-04Remove obsolete methodsyorah
2013-05-03Obsolete GitObjectTypenulltoken
2013-05-03Introduce ObjectTypenulltoken
2013-03-20Return Id for GitObject.ToString()Keith Dahlby
2013-02-08Remove trailing whitespaces.Andrius Bentkus
2012-12-11Fix some issues pinpointed by Code Analysisnulltoken
2012-12-05Make `GitObject.DereferenceToCommit()` use `git_object_peel()`yorah
2012-11-23Add some `DebuggerDisplay` loveyorah
2012-11-06Move repo field up into GitObjectKeith Dahlby
2012-11-06Deploy GitObjectLazyGroup usagenulltoken
2012-10-24Use params for LambdaEqualityHelperKeith Dahlby
2012-09-03Unify BuildFromPtr/CreateFromPtr implementation and usageyorah
2012-08-29Make retrieval of error message thread-safeyorah
2012-06-18Make Commit mockableyorah
2012-06-03Rename LibGit2Exception to LibGit2SharpExceptionTim Clem
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-02-27Refactor conversion of a native pointer into a GitOidnulltoken
2012-01-05Refactor retrieval and dereferencing of GitObjectsnulltoken
2011-12-20Upgrade libgit2 binaries to be00b00nulltoken
2011-10-06Ensure only a commit object can be used as a target for a branchnulltoken
2011-09-26Standardize usage of LibGit2Exceptionnulltoken
2011-09-21Enforce code stylenulltoken
2011-09-14Defer loading of Tag.Annotation and Tag.Target propertiesnulltoken
2011-07-15Remove trailing white spacesnulltoken
2011-06-20Add handling of abbreviated sha to Repository.Lookup() and ObjectId.ToString()nulltoken
2011-04-29Add some documentationnulltoken
2011-04-21Add documentation to equality members of types Branch, Tag, Reference, Object...nulltoken
2011-04-20Tree and blob were addedgor
2011-04-20Minor renamingnulltoken
2011-04-17Refactor Reference, Branch and Tag instantiationnulltoken
2011-04-14Add handling of lightweight tagsnulltoken
2011-04-12Enforce GitObject.GetHashCode() implementationnulltoken
2011-04-10Refactor creation of Git objectsnulltoken
2011-04-03Enforce Reference equality implementationnulltoken
2011-04-02Enforce GitObject equality implementationnulltoken
2011-04-02Reduce Core exposurenulltoken
2011-03-31create core namespace to hide away advanced internalsTim Clem
2011-03-30make GitObject not implement IDisposableTim Clem
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