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
2013-05-06Add test for TreeChanges case-sensitivityyorah
2013-04-24Move Index.Remove() tests to a separate fileyorah
2013-04-11Add Repository.SubmodulesKeith Dahlby
2013-04-10Introduce Repository.Refs.Log()Metalrom
2013-04-09Move Push related tests to a separate fileyorah
2013-04-09Make test directory clones consistentKeith Dahlby
2013-04-03Move Fetch tests in separate fileyorah
2013-03-18Add SkippableTheoryAttributeKeith Dahlby
2013-03-14Move Stage()/Unstage() tests to their own filesyorah
2013-02-28Add Repository.Stashes.AddMetalrom
2013-02-21Eagerly detect unreleased unmanaged resourcesyorah
2013-02-14Introduce Repository.ConflictsEdward Thomson
2013-02-12Teach Network to list references on a remoteJameson Miller
2013-01-31Introduce repo.Network.FetchHeadsEdward Thomson
2013-01-22Add Ignore supportPaul Betts
2013-01-08Move clone related tests into a separate fixturenulltoken
2013-01-04Add xUnit licensesMartin Woodward
2012-12-09Introduce repo.Index.IsFullyMergednulltoken
2012-12-06Introduce Repository.Info.CurrentOperationKeith Dahlby
2012-12-05Implement git cleanJameson Miller
2012-11-09Move Checkout tests into CheckoutFixtureJameson Miller
2012-10-17Add ability to fetch from remotes.Jameson Miller
2012-09-24Support for custom, managed ODB backendsPhilip Kelley
2012-06-20Make Diff.Compare able to work against the working directory and the indexnulltoken
2012-06-19Add MetaTest to check that all LibGit2Sharp public types are mockableyorah
2012-06-19Show how to test an application using LibGit2Sharp in isolationyorah
2012-06-06Add repo.Reset() overload to allow replacing of index entries with commit ent...nulltoken
2012-05-25Remove AssertExtensions classyorah
2012-05-23Add Leaks build configuration for #141Keith Dahlby
2012-05-22Add notes retrievalKeith 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 handle a blob to blob comparisonnulltoken
2012-05-20Rename DiffFixture to DiffTreeToTreeFixturenulltoken
2012-05-20Upgrade libgit2 binaries to 7a361e9nulltoken
2012-05-16Add RepositoryOptions to provide the Repository with overridden working direc...nulltoken
2012-05-15Add some .gitattributes handling test coveragenulltoken
2012-04-28Add tree to tree Diff featureyorah
2012-04-28Add TreeDefinition and TreeEntryDefinition typesnulltoken
2012-04-24Add Repository.ObjectDatabase.Contains()nulltoken
2012-02-28Migrate unit tests to XUnitnulltoken
2012-02-11Move Repository.Index.RetrieveStatus() related tests to a separate Fixturenulltoken
2012-01-09Add Repository.Reset() and support of the Soft modenulltoken
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-09-29Basic remote retrieval, can get remoteTim Clem
2011-09-29Can get basic settings from config fileTim Clem
2011-09-26Move removal of temporary test repositories after the processing of each fixturenulltoken
2011-06-23Add basic Lazy<T> typenulltoken