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
2012-04-07Add Core.Compat.Environment typenulltoken
2012-04-01Add Repository.Version static propertynulltoken
2012-03-29Add ReferenceSafeHandle typenulltoken
2012-03-29Move SafeHandle related types to Core.Handles namespacenulltoken
2012-03-28Add IndexEntrySafeHandle typenulltoken
2012-03-28Replace usage of IntPtr holding references to oids with OidSafeHandlenulltoken
2012-03-28Add OidSafeHandle typenulltoken
2012-03-28Add TreeEntrySafeHandle typenulltoken
2012-03-28Add GitObjectSafeHandle typenulltoken
2012-03-24Add Path property to TreeEntry typeKeith Dahlby
2012-03-06Assimilate PosixPathHelper into FilePathKeith Dahlby
2012-03-06Add FilePath and FilePathMarshalerKeith Dahlby
2012-03-02Rename NamedReference<> to ReferenceWrapper<>Keith Dahlby
2012-02-08Make Repository.Commit() able to amend the current tip of the Headnulltoken
2012-02-02Simplify handling of native signature handlenulltoken
2012-01-09Add Repository.Reset() and support of the Soft modenulltoken
2012-01-05Refactor retrieval and dereferencing of GitObjectsnulltoken
2011-12-21Remove Repository.HasObject()nulltoken
2011-12-20Upgrade libgit2 binaries to be00b00nulltoken
2011-12-02Improve XBuild compatibility on Linuxnulltoken
2011-11-28Add basic Tuple<T1, T2> typenulltoken
2011-10-23Change the tree structure into which libgit2 binaries are located in order to...nulltoken
2011-10-14Add EnumExtensions to help checking whether a flag is setnulltoken
2011-10-06Add checking out of an arbitrary commit and handling of a detached headnulltoken
2011-10-04Can get and set global level configurationTim Clem
2011-10-02Extract NamedReference base for Branch/TagKeith Dahlby
2011-10-01Refactor release of SafeHandle objectsEmeric Fermas
2011-09-29Basic remote retrieval, can get remoteTim Clem
2011-09-29Can get basic settings from config fileTim Clem
2011-09-29Add determination of repository statusnulltoken
2011-09-26Standardize usage of LibGit2Exceptionnulltoken
2011-09-21Enforce code stylenulltoken
2011-08-19All strings passed down to libgit2 should be UTF-8Paul Betts
2011-06-23Add basic Lazy<T> typenulltoken
2011-06-20Add handling of abbreviated sha to Repository.Lookup() and ObjectId.ToString()nulltoken
2011-06-17Update libgit2 binaries to c716b18nulltoken
2011-06-14Add msvcr100 to output and to nuget packagedavidebbo
2011-06-13Added symbolsource support to the nuget packagedavidebbo
2011-06-07Update libgit2 binaries to a5aa5bdnulltoken
2011-06-01Refactor CommitCollectionnulltoken
2011-05-26Remove windows native extension from platform invocation methods definitionnulltoken
2011-05-24Update libgit2 binaries to 4191d52nulltoken
2011-05-24Allow to query the commit history of an empty repositorynulltoken
2011-05-24Change API to query the history of commitsnulltoken
2011-05-20Fix an IIS related interop issuenulltoken
2011-05-19Convert CommitCollection.StartingAt() overloads as extension methodsnulltoken
2011-05-19Add RevWalkerSafeHandle to ensure proper release of non managed resourcesnulltoken
2011-05-19Refactor SafeHandlesnulltoken
2011-05-15Fix some issues pinpointed by Code Analysisnulltoken
2011-05-04Fix some issues pinpointed by Code Analysisnulltoken