Git + .Net/Mono = ❤
Перейти к файлу
nulltoken d8a04a467b Update libgit2 to 9bbc8f3
e0902fb...9bbc8f3
2015-03-17 19:58:37 +01:00
.nuget add support for running tests inside Visual Studio 2015-01-30 16:45:06 +11:00
CI Change source location of Mono packages 2015-02-06 12:49:34 +01:00
Lib Update libgit2 to 9bbc8f3 2015-03-17 19:58:37 +01:00
LibGit2Sharp Update libgit2 to 9bbc8f3 2015-03-17 19:58:37 +01:00
LibGit2Sharp.Tests Update libgit2 to 9bbc8f3 2015-03-17 19:58:37 +01:00
libgit2@9bbc8f350b Update libgit2 to 9bbc8f3 2015-03-17 19:58:37 +01:00
nuget.package Update libgit2 to 9bbc8f3 2015-03-17 19:58:37 +01:00
.editorconfig .editorconfig added to repository 2014-09-03 00:05:54 +04:00
.gitattributes
.gitignore Leverage NuGet restore for development dependencies 2015-01-05 17:53:52 +01:00
.gitmodules
.mailmap Fix .mailmap 2014-04-28 20:22:07 +02:00
.travis.yml Teach Travis to also monitor master 2015-01-05 23:11:45 +01:00
CHANGES.md Fix typo 2015-02-12 17:46:21 +08:00
LICENSE.md Copyrights: update for 2015 2015-01-19 14:25:38 -06:00
LibGit2Sharp.sln Leverage NuGet restore for development dependencies 2015-01-05 17:53:52 +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 Fix typo 2015-02-12 17:46:21 +08:00
UpdateLibgit2ToSha.ps1 Teach UpdateLibgit2ToSha.ps1 to copy native binaries on windows only 2015-02-21 21:20:08 +01:00
acknowledgments.md
appveyor.yml Appveyor: Don't hardcode the project path 2015-03-15 18:56:27 +01:00
build.libgit2sharp.cmd Leverage NuGet restore for development dependencies 2015-01-05 17:53:52 +01:00
build.libgit2sharp.sh Leverage NuGet restore for development dependencies 2015-01-05 17:53:52 +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/Mac OS X: 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 CI builds are generously hosted and run on the Travis and AppVeyor infrastructures.

Windows (x86/amd64) Linux/Mac OS X
master master win master nix
vNext vNext win vNext nix

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)