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-03-20Allow notes retrieval by namespace and ObjectIdyorah
2014-03-18Run mono with the --debug optionCarlos Martín Nieto
2014-03-17Refactored Repository.Clone with CloneOptionsJan Melcher
2014-03-17Make tests target non obsolete overloadsnulltoken
2014-03-06meta fixture ensuring GetEnumerators are testablehalf-ogre
2014-03-06make SubmoduleCollection.GetEnumerator virtualhalf-ogre
2014-02-07Added an option to choose if commit message is prettified or notAmi Bar
2014-02-06Release LibGit2Sharp v0.16.0v0.16.0nulltoken
2014-02-06Enhance merge test coverage to better test possible outcomes.crumblycake
2014-02-06Fix fast forward merge behavior.crumblycake
2014-01-23Fix Remotes.Add(name, url, refspec) implementationnulltoken
2014-01-22Speed up postbuild xcopyDuncan Smart
2014-01-21Fix xmldoc typoBen Straub
2014-01-21Introduce Diff.Compare<PatchStats>()Ben Straub
2014-01-18Bind git_patch_line_statsBen Straub
2014-01-16Initial merge functionality.crumblycake
2014-01-10Introduce marshaling extension to IntPtrBen Straub
2014-01-10Deploy Proxy.MarshalAs<T> more extensivelyBen Straub
2014-01-09Update error categories to match libgit2Edward Thomson
2014-01-08Prefer git_patch_print to git_diff_printBen Straub
2014-01-06Delegate Commit.MessageShort to libgit2 (#593)Aimeast
2014-01-06Skip failling tests due to recent github handling modification of include-tagyorah
2013-12-24Drop obsolete members after release v0.15.0nulltoken
2013-12-24Release LibGit2Sharp v0.15.0v0.15.0nulltoken
2013-12-23Update libgit2 binaries to 65e9dc6nulltoken
2013-12-23Fix Xml documentation compilation warningnulltoken
2013-12-22Deprecate ObjectId.StartsWith(byte[], int)nulltoken
2013-12-21Simplify OdbBackend.ReadPrefix() implementationnulltoken
2013-12-21Fix compilation warningsnulltoken
2013-12-13Add tar archiving testsyorah
2013-12-13Add archive as tar functionalityyorah
2013-12-13Trim down tar-cs to keep only the tarring capabilities needed for git-archiveyorah
2013-12-13Add tarring capabilitiesyorah
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-10Don't load a remote's refspecs lazilyCarlos 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