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-21Make Diff.Compare able to compare a Tree against the Indexnulltoken
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-20Rename DiffFixture to DiffTreeToTreeFixturenulltoken
2012-05-20Delegate the to deletion of branches to libgit2 native methodnulltoken
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-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-28Add tree to tree Diff featureyorah
2012-04-28Add some Diff related test resourcesnulltoken
2012-04-28Rename Tree.Files property as Tree.Blobsnulltoken
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-28Deploy usage of the Mode enumnulltoken
2012-04-24Add Repository.ObjectDatabase.CreateBlob()nulltoken
2012-04-24Add Repository.ObjectDatabase.Contains()nulltoken
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
2012-04-15Throw when accessing Index of a bare repositoryKeith Dahlby
2012-03-24Add Path property to TreeEntry typeKeith Dahlby
2012-03-06Fix up marshalling of strings returned by libgit2Tim Clem
2012-03-06Add RepositoryStatus.IgnoredKeith Dahlby
2012-03-03Change the type of Exception which is returned when staging/unstaging/removin...nulltoken
2012-03-03Remove useless namespace importsnulltoken
2012-02-28Migrate unit tests to XUnitnulltoken
2012-02-27Add RemoteCollection.Create()nulltoken
2012-02-27Make RemoteCollection an IEnumerable<Remote>nulltoken
2012-02-27Upgrade libgit2 binaries to e07c2d2nulltoken
2012-02-25Make Remote IEquatablenulltoken
2012-02-21Add a test exercising the Blob.ContentStream propertynulltoken
2012-02-21Add support for local tracking branches (branch..remote = ".")Keith Dahlby
2012-02-12Add some more test coverage demonstrating the handling of .gitgnore filenulltoken
2012-02-11Add ParentsCount property to CommitTim Clem
2012-02-11Add test coverage demonstrating the handling of .gitgnore filenulltoken
2012-02-11Move Repository.Index.RetrieveStatus() related tests to a separate Fixturenulltoken
2012-02-08Make Repository.Commit() able to amend the current tip of the Headnulltoken