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 (Collapse)Author
2019-02-18Revert "NativeMethods: drop the `CriticalFinalizerObject`"vs-8.0-v1Vsevolod Kukol
This reverts commit b21e2f9e0ab6d6e235f28094e51ead8047103bf1.
2019-02-07Fix MonoDevelop CI buildVsevolod Kukol
2019-02-07Support net461 tagetVsevolod Kukol
2019-02-05Use libgit2 from MD if availableVsevolod Kukol
2019-02-05Enable signing when built within MonoDevelopMikayla Hutchinson
2019-02-02Introduce SSH functionalityMarius Ungureanu
Added SshAgentCredentials for querying ssh-agent, SshUserKeyCredentials for authenticating with a given ssh key-pair. Introduced UsernameQueryCredentials which returns the supported credential types. Authentication exceptions are now translated from libgit2.
2019-02-02Introduce blame options for rename trackingMarius Ungureanu
2018-11-29Merge pull request #1644 from libgit2/ethomson/0_25Edward Thomson
Prepare for v0.25.4
2018-11-29Prepare for v0.25.4Edward Thomson
2018-11-29Merge pull request #1642 from libgit2/ethomson/0_25Edward Thomson
Update NativeBinaries to libgit2 0.27.7 (plus transport fix)
2018-11-29Update NativeBinaries to libgit2 0.27.7 (plus transport fix)Edward Thomson
2018-10-08Merge pull request #1617 from libgit2/ethomson/release_0_25_3Edward Thomson
Release v0.25.3
2018-10-08Prepare for v0.25.3 releaseEdward Thomson
2018-10-08Merge pull request #1616 from libgit2/ethomson/update_natives_025Edward Thomson
Update NativeBinaries to 1.0.235
2018-10-07Update NativeBinaries to 1.0.235Edward Thomson
2018-05-30v0.25: update version.jsonEdward Thomson
2018-05-30Merge pull request #1577 from libgit2/ethomson/0_25_1Edward Thomson
Update for LibGit2Sharp v0.25.1
2018-05-30Update release notes for v0.25.1Edward Thomson
2018-05-30Update libgit2 to v0.27.1 (b0d9952)Edward Thomson
2018-03-26Merge pull request #1556 from libgit2/ethomson/release_025Edward Thomson
Release 0.25
2018-03-26Release 0.25Edward Thomson
2018-03-26Merge pull request #1555 from libgit2/ethomson/libgit2_0_27_0Edward Thomson
Update libgit2 to v0.27.0 (6311e88)
2018-03-26Update libgit2 to v0.27.0 (6311e88)Edward Thomson
2018-03-05Merge pull request #1541 from libgit2/ethomson/update_libgit2Edward Thomson
Update libgit2 to pre-0.27
2018-03-05Configuration: now backed by a repositoryEdward Thomson
Configurations are now (optionally) backed by a repository. Provide one whenever possible.
2018-03-05Update nativebinaries to 1.0.196Edward Thomson
2018-03-05Merge pull request #1534 from tyrielv/indexformergeEdward Thomson
Add MergeCommitsIntoIndex to ObjectDatabase
2018-03-01Merge pull request #1538 from libgit2/ethomson/update_dependenciesEdward Thomson
Upgrade dependencies
2018-03-01Upgrade dependenciesEdward Thomson
2018-03-01Merge pull request #1537 from libgit2/ethomson/subtransport_tls12Edward Thomson
SmartSubtransport: use TLS 1.2 for tests
2018-02-28Return TransientIndex from ObjectDatabase.MergeCommitsIntoIndexTyrie Vella
2018-02-28SmartSubtransport: use TLS 1.2 for testsEdward Thomson
The subtransport tests create a new subtransport and tests that it can talk to github.com. GitHub recently required TLS 1.2 connections, upgrade our test to build a TLS 1.2 connection to GitHub.
2018-02-28Merge pull request #1505 from jianges/ExposeOfsDeltaAndStrictCreationModeEdward Thomson
Expose enable/disable ofs delta and strict object creation settings
2018-02-12Add MergeCommitsIntoIndex to ObjectDatabaseTyrie Vella
2018-02-05Adding Support to turn on/off Ofs_Delta and Strict_Object_CreationJiange Sun
2017-11-27Merge pull request #1518 from libgit2/ethomson/odb_write_streamEdward Thomson
Introduce ObjectDatabase.Write(Stream...)
2017-11-27Merge pull request #1519 from libgit2/ethomson/tree_entries_by_idEdward Thomson
TreeDefinition: allow `Add` a blob by ID
2017-11-25ObjectDatabase: Add `Write(Stream, ...)`Edward Thomson
Provide a mechanism to write a stream directly to an object database.
2017-11-25ObjectDatabase: test `Write`ing a blobEdward Thomson
Test that we can `ObjectDatabase.Write` a blob.
2017-11-25ObjectDatabase: update method documentationEdward Thomson
Update the method documentation for `ObjectDatabase.Write` to be consistent with the other methods.
2017-11-25TreeDefinition: allow `Add` a blob by IDEdward Thomson
Allow consumers to add a blob to a `TreeDefinition` by specifying only the object ID and mode. This lets users build tree entries without having to create a `Blob` object (and thus load the object itself) which is beneficial for users building trees with large objects. This is only useful for Blobs, since they do not need to be fetched from the object database to be realized within the tree builder. Users are not able to add Trees by ID, since we would need to load them (and cannot, since we are not guaranteed to be instantiated within the context of a repository).
2017-11-24Merge pull request #1511 from libgit2/cleanupEdward Thomson
Remove the net40 target and other misc cleanup
2017-11-23Merge pull request #1517 from libgit2/cmn/remove-writelineEdward Thomson
Remove two Console.WriteLine calls from the test fixture
2017-11-23Remove two Console.WriteLine calls from the test fixtureCarlos Martín Nieto
2017-11-21Improve GenerateAssemblyCommitIdsCsBrandon Ording
Makes it handle being run when the project is not in a git repo.
2017-11-19Update build scripts to point to new console runnerBrandon Ording
2017-11-19Update NativeBinaries to 1.0.192Brandon Ording
2017-11-19Fix test warningsBrandon Ording
2017-11-19Remove unused package sourcesBrandon Ording
2017-11-19Remove net40 targetBrandon Ording