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
2015-06-18Convert Reference.IsNote() into a propertynulltoken
2015-06-18Convert Reference.IsTag() into a propertynulltoken
2015-06-18Convert Reference.IsRemoteTrackingBranch() into a propertynulltoken
2015-06-18Convert Reference.IsLocalBranch() into a propertynulltoken
2015-06-18Fold most of ReferenceExtensions.cs into Reference.csnulltoken
2015-06-15Adding support for message formatting in exception c'torsJ Wyman
2015-06-10Add Functionality to List Remote References without creating a RepositoryPaul Sawey
2014-11-05Drop obsolete members after release v0.20.0nulltoken
2014-09-05Add IBelongToARepository with some implementationsKeith Dahlby
2014-09-05Capture Reference instances' repoKeith Dahlby
2014-04-26Introduced Reference.IsValidName(string)someoneigna
2013-08-31Don't resolve SymRef Target to directKeith Dahlby
2013-07-01Standardize comments styleyorah
2013-04-26Refactor handling of reference prefixesSaaman
2013-04-18Align Proxy methods name to libgit2 onesnulltoken
2013-02-14Add missing XML commentsKeith Dahlby
2013-01-24Refactor reference buildingnulltoken
2012-12-11Fix some issues pinpointed by Code Analysisnulltoken
2012-11-23Add some `DebuggerDisplay` loveyorah
2012-10-24Use params for LambdaEqualityHelperKeith Dahlby
2012-08-29Make retrieval of error message thread-safeyorah
2012-06-19Fix issues raised by Code Analysisnulltoken
2012-06-19Make all public types mockableyorah
2012-06-09Simplify the formating of exception messagesnulltoken
2012-06-03Use CSharp friendly names for libgit2 error types and codesTim Clem
2012-06-03Rename LibGit2Exception to LibGit2SharpExceptionTim Clem
2012-03-29Replace usage of IntPtr holding references to references with ReferenceSafeHa...nulltoken
2012-03-28Replace usage of IntPtr holding references to oids with OidSafeHandlenulltoken
2012-03-06Fix up marshalling of strings returned by libgit2Tim Clem
2012-03-03Remove useless namespace importsnulltoken
2012-02-27Refactor conversion of a native pointer into a GitOidnulltoken
2011-11-28Add basic Tuple<T1, T2> typenulltoken
2011-11-18Upgrade libgit2 binaries to e4c93a39nulltoken
2011-10-02Add constraint to ReferenceCollection.Resolve<T>(); simplify Reference.BuildF...Keith Dahlby
2011-10-02Extract NamedReference base for Branch/TagKeith Dahlby
2011-10-02Get symbolic ref object ID from resolved reference (including remote refs). C...Keith Dahlby
2011-09-26Standardize usage of LibGit2Exceptionnulltoken
2011-09-21Enforce code stylenulltoken
2011-09-14Defer loading of Tag.Annotation and Tag.Target propertiesnulltoken
2011-09-14Replace defered loading implementation of DirectReference with Lazy<T>nulltoken
2011-09-14Defer loading of the tip of a Branchnulltoken
2011-06-13Make Repository.Head return a Branch instead of a Referencenulltoken
2011-05-24Change API to query the history of commitsnulltoken
2011-05-21Improve performance of resolving of direct referencesnulltoken
2011-05-20Fix an IIS related interop issuenulltoken
2011-05-19Fix creation of reference to prevent it from choking on corrupted onesnulltoken
2011-05-15Update libgit2 binaries to f02f4b5nulltoken
2011-05-04Fix some issues pinpointed by Code Analysisnulltoken