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-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
2012-02-07Fix some issues pinpointed by Code Analysisnulltoken
2012-02-04Optimize the execution of some testsnulltoken
2012-02-04Enforce test coverage of the opening of a repositorynulltoken
2012-02-03Workaround for reference slash prefix in libgit2.Markus Olsson
2012-02-01Prevent Repository.Head.IsCurrentRepositoryHead from throwing a NullReference...nulltoken
2012-01-29Make Repository.Init() return an instance of the Repository type, instead of ...Artem Smirnov
2012-01-29Upgrade libgit2 binaries to f25cc58nulltoken
2012-01-09Add support of the Mixed mode to Repository.Reset()nulltoken
2012-01-09Add Repository.Reset() and support of the Soft modenulltoken
2011-12-21Remove Repository.HasObject()nulltoken
2011-12-20Upgrade libgit2 binaries to be00b00nulltoken
2011-12-15Add test to ensure predictability of generation of commit, tree and blob obje...nulltoken
2011-12-15Make Index.Remove() cope with files which have been modified in the working d...Flonix
2011-12-15Make Index.Remove() cope with files which have been deleted from the working ...Flonix
2011-12-02Improve XBuild compatibility on Linuxnulltoken
2011-11-29Fix propagation of inconclusive test messagesnulltoken
2011-11-28Enforce Index.Move() test coveragenulltoken
2011-11-28Enforce Index.RetrieveStatus() test coveragenulltoken
2011-11-28Refactor bulk implementation of Index methodsnulltoken
2011-11-28Add basic Tuple<T1, T2> typenulltoken
2011-11-28Make IndexEntry able to cope with native Windows directory separator charFlonix
2011-11-24Improve reliability in running unit testsTim Clem
2011-11-18Make Index.RetrieveStatus() return native file pathsFlonix
2011-11-18Allow access to config outside the context of a repoTim Clem
2011-11-08Fix line endings of packed-refs test filesnulltoken
2011-11-07Prevent ConfigurationFixture.CanSetGlobalStringValue test from failing when t...nulltoken
2011-11-05Make Index.Stage(), Index.Unstage(), Index.Move() and Index.Remove() able to ...Flonix
2011-11-01Fix wrong testnulltoken
2011-10-31Fix the tests to cope with the newly committed "1.txt" file in the test repos...nulltoken
2011-10-31Add a test file "1.txt" beside the "1" folder to put under the light an order...nulltoken
2011-10-23Change the tree structure into which libgit2 binaries are located in order to...nulltoken
2011-10-21Replace managed tree indexer functionality with native libgit2 git_tree_fromp...nulltoken
2011-10-21Fix Index.Stage(), Index.Unstage() and enforce test coveragenulltoken
2011-10-16Reorder Index related testsnulltoken
2011-10-12Can create commit using global 'user' config infoTim Clem
2011-10-12Add Index.Remove()nulltoken
2011-10-10Change retrieval of configuration settingsnulltoken
2011-10-10Add Configuration.Get() overload that takes key in parts.Keith Dahlby