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-12-22Fix truncation of Blob.SizeMarius Ungureanu
2014-12-22Ensure sourceUrl is not null eitherRuben Verdoes
2014-12-22Ensure workdirPath is not null in Repo.CloneRuben Verdoes
2014-12-17Update libgit2 to dce7b1aEdward Thomson
2014-12-11Update libgit2 to 4eb97efMarius Ungureanu
2014-12-08Fix issues and documentation in Ensure.Marius Ungureanu
2014-12-07Minor cleanupsnulltoken
2014-12-07Prevent leaking DiffSafeHandle on UnmatchedPathExceptionnulltoken
2014-12-07Improve tracking toolset of improperly released unmanaged handlesMarius Ungureanu
2014-12-05Teach Repository.Clone to accept a specific branch to checkoutekkapop-w
2014-12-04Fix for computing blob size without loading entire blob content in memory - F...Ravindra Patel
2014-12-03Honour ThreadAffinity in Proxy.git_odb_existsRavindra Patel
2014-12-02Remove Leaks configurationMarius Ungureanu
2014-11-19Introduce StatusOptions.DisablePathSpecMatchMarius Ungureanu
2014-11-19Introduce PathSpec for StatusOptions.Marius Ungureanu
2014-11-13Only deploy Windows native libraries on Windowsnulltoken
2014-11-13Rename CopyNativeDependencies.targets as CopyWindowsNativeDependencies.targetsnulltoken
2014-11-12Unify copying of native dependenciesnulltoken
2014-11-07Add TransferProgress.DebuggerDisplayKeith Dahlby
2014-11-07Extract FetchOptionsBase and extend Clone testsKeith Dahlby
2014-11-05Drop obsolete members after release v0.20.0nulltoken
2014-11-04Release LibGit2Sharp v0.20v0.20nulltoken
2014-11-04Warn when signature cannot be properly inferred from configurationnulltoken
2014-11-04Refactor Signature creation from configurationnulltoken
2014-11-04Prevent creation of a Signature with an empty emailnulltoken
2014-11-04Safer email and name validation in Configuration.BuildSignatureIan Clanton-Thuon
2014-11-04Add preemptive config null checkKeith Dahlby
2014-11-04Update libgit2 to 3f8d005Edward Thomson
2014-10-31Move higher level Index operations to IRepositoryPaul Duncan
2014-10-16Drop internal ICredentialsProvidernulltoken
2014-10-16Fix compareOptions handling in Diff.Compare<T>Paul Duncan
2014-10-16Introduce loggingEdward Thomson
2014-10-16Update libgit2 to e0383faEdward Thomson
2014-10-09Update exception message when Pull cannot find ref to mergeJameson Miller
2014-10-05Introduce MergeFetchHeadNotFoundExceptionJameson Miller
2014-09-25Branch.Remote property should not throwJameson Miller
2014-09-18Make BuildSignature() throw a descriptive messageJacek Marek
2014-09-17Adds support for nCrunch.Micah
2014-09-13Deprecate repo.Version in favor of GlobalSettings.VersionPaul Duncan
2014-09-13Remove optional parameters from IRepositoryPaul Duncan
2014-09-13Add missing public method xml documentationnulltoken
2014-09-13Deprecate repo.Refs.Move() in favor of repo.Refs.Rename()Paul Duncan
2014-09-10Revert should throw if HEAD branch is orphanedJameson Miller
2014-09-10Revert should clean up repository state when there is nothing to revertJameson Miller
2014-09-09Expose method to clear the indexMarkus Olsson
2014-09-05Add IBelongToARepository with some implementationsKeith Dahlby
2014-09-05Capture Reference instances' repoKeith Dahlby
2014-09-02Subtransport logic.Philip Kelley
2014-09-01Makes RemoteUpdater disposable to reuse remotehandleMorten Christensen
2014-09-01Introduce low level Index/Tree operationsAlexandru Dima