Git + .Net/Mono = ❤
Перейти к файлу
nulltoken 6b7216e5cf Upgrade Nuget.exe to version 2.7 2015-01-05 17:53:50 +01:00
CI Improve tracking toolset of improperly released unmanaged handles 2014-12-07 18:49:56 +01:00
Lib Upgrade Nuget.exe to version 2.7 2015-01-05 17:53:50 +01:00
LibGit2Sharp Fix truncation of Blob.Size 2014-12-22 17:19:07 +01:00
LibGit2Sharp.Tests Add Visual Studio test project service include marker 2015-01-05 15:37:18 +01:00
libgit2@dce7b1a4e7 Update libgit2 to dce7b1a 2014-12-17 14:39:08 -06:00
nuget.package Update libgit2 to dce7b1a 2014-12-17 14:39:08 -06:00
.editorconfig .editorconfig added to repository 2014-09-03 00:05:54 +04:00
.gitattributes
.gitignore Use a build properties file instead of custom build actions to copy native binaries 2014-09-19 11:42:15 -05:00
.gitmodules
.mailmap Fix .mailmap 2014-04-28 20:22:07 +02:00
.travis.yml Improve tracking toolset of improperly released unmanaged handles 2014-12-07 18:49:56 +01:00
CHANGES.md Release LibGit2Sharp v0.20 2014-11-04 10:56:11 -08:00
LICENSE.md Release LibGit2Sharp v0.16.0 2014-02-06 20:20:48 +01:00
LibGit2Sharp.sln Remove Leaks configuration 2014-12-02 09:09:12 +01:00
LibGit2Sharp.sln.DotSettings Include LibGit2Sharp.sln.DotSettings migration change 2014-12-07 18:49:56 +01:00
LibGit2Sharp.v2.ncrunchsolution Sandbox every test 2015-01-04 21:14:34 +01:00
README.md Release LibGit2Sharp v0.20 2014-11-04 10:56:11 -08:00
UpdateLibgit2ToSha.ps1 Update libgit2 to 3f8d005 2014-11-03 19:00:31 -05:00
acknowledgments.md
appveyor.yml Add AppVeyor build script 2015-01-04 18:20:29 +01:00
build.libgit2sharp.cmd Improve tracking toolset of improperly released unmanaged handles 2014-12-07 18:49:56 +01:00
build.libgit2sharp.sh Improve tracking toolset of improperly released unmanaged handles 2014-12-07 18:49:56 +01:00
square-logo.png

README.md

LibGit2Sharp

LibGit2Sharp brings all the might and speed of libgit2, a native Git implementation, to the managed world of .Net and Mono.

Prerequisites

  • Windows: .Net 4.0+
  • Linux/MacOsX: Mono 3.6+

Online resources

Troubleshooting and support

  • Usage or programming related question? Post it on StackOverflow using the tag libgit2sharp
  • Found a bug or missing a feature? Feed the issue tracker
  • Announcements and related miscellanea through Twitter (@libgit2sharp)

Current project build status

The build is generously hosted and run on the CodeBetter TeamCity infrastructure.

Status of last build
master master
vNext (Win x86) vNext x86
vNext (Win amd64) vNext amd64
vNext (Mono) vNext Mono

Quick contributing guide

  • Fork and clone locally
  • Create a topic specific branch. Add some nice feature. Do not forget the tests ;-)
  • Send a Pull Request to spread the fun!

More thorough information available in the wiki.

Authors

License

The MIT license (Refer to the LICENSE.md file)