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-12-11Indexer: add bindings for the pack indexerindexerCarlos Martín Nieto
2013-12-06Explicitly dispose handlenulltoken
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-06Update libgit2 to 96fb6a6Ben Straub
2013-12-04Introduce renames in statusEdward Thomson
2013-12-03Extended RemoteUpdater to update refspecsJan Melcher
2013-12-02Add debugger display for RefSpecAimeast
2013-11-30fix spell mistake for argument pre-inspection.Lu Rongkai
2013-11-25Fix off-by-one error in BlameHunk debugger displayBen Straub
2013-11-25Configuration.Testability++Keith Dahlby
2013-11-25Publicize Configuration.BuildSignature()Keith Dahlby
2013-11-24Introduce Repository.BlameBen Straub
2013-11-23Introduce repo.Committish(es)Ben Straub
2013-11-21Remove unnecessary global config checkKeith Dahlby
2013-11-21Add Configuration.Find(regexp)Keith Dahlby
2013-11-21Introduce Proxy.git_iteratorKeith Dahlby
2013-11-21Refactor git_branch_iteratorKeith 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-16Update libgit2 binaries to 98eaf39Ben Straub
2013-11-14Enumerate refspecsJan Melcher
2013-11-14Improve Network.ListReferences() documentationnulltoken
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-11Fix building with Mono 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-07Drop unused parameternulltoken
2013-11-07Favor IRepository usage over Repositorynulltoken
2013-11-07Align IRepository with public Repository membersnulltoken
2013-11-06Update libgit2 binaries to e87d9d3nulltoken
2013-11-05Garbage collection protectionJameson Miller
2013-11-04Fix UpdateLibgit2ToSha.ps1 path context handlingnulltoken
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-03Note that Blob.Size is size of raw contentKeith 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