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
2014-01-21Introduce Diff.Compare<PatchStats>()Ben Straub
2014-01-16Initial merge functionality.crumblycake
2014-01-08Prefer git_patch_print to git_diff_printBen Straub
2014-01-06Skip failling tests due to recent github handling modification of include-tagyorah
2013-12-22Deprecate ObjectId.StartsWith(byte[], int)nulltoken
2013-12-21Simplify OdbBackend.ReadPrefix() implementationnulltoken
2013-12-13Add tar archiving testsyorah
2013-12-13Add Archive() to ObjectDatabaseyorah
2013-12-13Network.Fetch() accepts optional refspecJan Melcher
2013-12-13Refactored Network.Fetch() with FetchOptionsJan Melcher
2013-12-12Rename CommitFilter.FirstParent to FirstParentOnlynulltoken
2013-12-11CommitFilter: add simplify-by-first-parent optionCarlos Martín Nieto
2013-12-10Network: allow downloading from a urlCarlos Martín Nieto
2013-12-06Introduce ObjectDatabase.CalculateHistoryDivergence()nulltoken
2013-12-06Remove trailing whitespacesnulltoken
2013-12-06Revise API for rename/copy detectionBen Straub
2013-12-06Initial rename detection workNathan Roe
2013-12-04Introduce renames in statusEdward Thomson
2013-12-03Extended RemoteUpdater to update refspecsJan Melcher
2013-11-25Configuration.Testability++Keith Dahlby
2013-11-24Introduce Repository.BlameBen Straub
2013-11-21Remove unnecessary global config checkKeith Dahlby
2013-11-21Add Configuration.Find(regexp)Keith Dahlby
2013-11-20Fix undisposed stream in testKeith Dahlby
2013-11-19Add test for interface coverageKeith Dahlby
2013-11-19CommitLog can be sealed because it has interfaceKeith Dahlby
2013-11-14Enumerate refspecsJan Melcher
2013-11-14Enforce Network.ListReferences() test coveragenulltoken
2013-11-13Tests create global config stub if requiredJan Melcher
2013-11-11Extension methods for NoteCollection using user from configJan Melcher
2013-11-11Fix broken tests on OS XBen Straub
2013-11-11Add rewrite test that injects existing TreeEntryKeith Dahlby
2013-11-11Add TreeDefinition.Add(string, TreeEntry)Keith Dahlby
2013-11-08Deprecated ResetOptions in favor ResetMode.Pavel Belousov
2013-11-07Favor IRepository usage over Repositorynulltoken
2013-11-06Update libgit2 binaries to e87d9d3nulltoken
2013-11-04Add RewriteHistoryOptions.OnSucceeding and OnErrorKeith Dahlby
2013-11-03Enforce symlink creation and parsing test coveragenulltoken
2013-11-03Check autocrlf in filtered text testKeith Dahlby
2013-11-03Ensure Blob.ContentStream() has LengthKeith Dahlby
2013-10-27Deprecate Blob.ContentAimeast
2013-10-27Rename Blob.ContentAsText() as Blob.GetContentText()Aimeast
2013-10-27Rename Blob.ContentStream() as Blob.GetContentStream()Aimeast
2013-10-27Push down Stream related helpers into BaseFixtureAimeast
2013-10-27Teach BaseFixture.Touch() to accept StreamsAimeast
2013-10-22Teach LambdaEqualityHelper to deal with null equality contributionEdward Thomson
2013-10-22Add meta test to find missing [Fact]/[Theory]Keith Dahlby
2013-10-19Clean up cancellation patterns in callbacks and other small cleanups.Jameson Miller
2013-10-18Expose Push progress reportingJameson Miller
2013-10-18Introduce blob FilteringOptions for content streamEdward Thomson