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 (Collapse)Author
2012-05-22Remove unused usingsKeith Dahlby
2012-05-22Remove obsolete methodsKeith Dahlby
2012-05-21Release LibGit2Sharp v0.9.0v0.9.0nulltoken
2012-05-21Make Diff.Compare able to compare a Tree against the Indexnulltoken
2012-05-21Introduce DiffTarget enumerationnulltoken
2012-05-21Fix marshaling of diff functionsnulltoken
2012-05-21Simplify the implementation of the Tree to Tree comparisonnulltoken
2012-05-20Add CommitCollection.FindCommonAncestor()Patrik
Fix issue #149
2012-05-20Make Diff.Compare able to cope with binary contentnulltoken
2012-05-20Make Diff.Compare able to handle a blob to blob comparisonnulltoken
2012-05-20Add ContentChanges typenulltoken
2012-05-20Delegate the to deletion of branches to libgit2 native methodnulltoken
2012-05-20Improve Filter documentationnulltoken
2012-05-20Prevent IsDirty from looking at ignored files.John Gozde
2012-05-20Delegate the enumerating of branches to libgit2 native methodsnulltoken
2012-05-20Upgrade libgit2 binaries to 7a361e9nulltoken
Include native amd64 binaries. Fix #55 and #70
2012-05-16Make ObjectDatabase.CreateBlob() able to work against a bare repositorynulltoken
Additionally, the method will also accept paths leading to files outside of the working directory of a non bare repository.
2012-05-16Add RepositoryOptions to provide the Repository with overridden working ↵nulltoken
directory and/or index This also allows to work against a bare repository as if it was a standard one. Partially fixes #127.
2012-05-15Delegate the creation and the moving of branches to libgit2 native methodsnulltoken
2012-05-15Fix handling of non 7 bits reference namesnulltoken
2012-05-15Upgrade libgit2 binaries to 54695f4nulltoken
2012-04-29Fixed a typo.Kai Sellgren
2012-04-28Add tree to tree Diff featureyorah
2012-04-28Marshal the libgit2 diff functionsPaul Betts
2012-04-28Marshal structs and constants from diff.hPaul Betts
2012-04-28Rename Tree.Files property as Tree.Blobsnulltoken
2012-04-28Fix some documentationnulltoken
2012-04-28Improve documentation related to the creation of Commitsnulltoken
2012-04-28Add Repository.ObjectDatabase.CreateCommit()nulltoken
Partially fixes #127.
2012-04-28Make TreeDefinition.Add() able to cope with filesnulltoken
2012-04-28Add TreeDefinition.Remove()yorah
2012-04-28Add Repository.ObjectDatabase.CreateTree()nulltoken
2012-04-28Add TreeDefinition and TreeEntryDefinition typesnulltoken
2012-04-28Add ObjectId.Zero static propertynulltoken
2012-04-28Deploy usage of the Mode enumnulltoken
2012-04-28Add new Mode enumnulltoken
2012-04-24Internally expose the oid of a TreeEntry targetnulltoken
2012-04-24Add Repository.ObjectDatabase.CreateBlob()nulltoken
2012-04-24Add Repository.ObjectDatabase.Contains()nulltoken
Introduces as well the ObjectDatabase namespace which provides methods to directly work against the Git object database without involving the index nor the working directory.
2012-04-24Reverse the order in which the native handles are being releasednulltoken
2012-04-24Add Repository.CreateBranch() overload that accepts Commit directlyKeith Dahlby
2012-04-21Add Checkout(Branch) overloadKeith Dahlby
2012-04-21Move Checkout() to RepositoryKeith Dahlby
Closes #107
2012-04-21Add internal Repository.LookupCommit() to reduce duplicationKeith Dahlby
2012-04-15Throw when accessing Index of a bare repositoryKeith Dahlby
2012-04-12Change permissions of TreeEntry.cs fileAndrius Bentkus
Remove executable bits.
2012-04-07Add Core.Compat.Environment typenulltoken
2012-04-03Prevent SafeHandles from being disposed more than oncenulltoken
2012-04-01Add a finalizer to Repository typenulltoken
This ensures correct release of non managed resources when the Repository is not disposed.
2012-04-01Add Repository.Version static propertynulltoken
This property returns a string containing the LibGit2Sharp version number, the commit hash it's been built against (if available), the libgit2 commit hash and the processor architecture.