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-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
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-20Rename DiffFixture to DiffTreeToTreeFixturenulltoken
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
2012-05-16Make ObjectDatabase.CreateBlob() able to work against a bare repositorynulltoken
2012-05-16Cleanup whitespacesnulltoken
2012-05-16Add RepositoryOptions to provide the Repository with overridden working direc...nulltoken
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-15Add some .gitignore handling test coveragenulltoken
2012-05-15Add a test demonstrating how to retrieve the children of a specific commitnulltoken
2012-05-15Add some .gitattributes handling test coveragenulltoken
2012-05-15Remove trailing "\n" from commit and tag messagesnulltoken
2012-05-15Upgrade libgit2 binaries to 54695f4nulltoken
2012-05-11Fix two tests to honor git commit and tag messages formattingnulltoken
2012-04-30Update license headernulltoken
2012-04-29Fixed a typo.Kai Sellgren
2012-04-28Add tree to tree Diff featureyorah
2012-04-28Add some Diff related test resourcesnulltoken
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
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
2012-04-24Reverse the order in which the native handles are being releasednulltoken
2012-04-24Add Repository.CreateBranch() overload that accepts Commit directlyKeith Dahlby