Git + .Net/Mono = ❤
C# Other
Pull request Compare This branch is 330 commits behind libgit2:vNext.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.nuget
CI
Lib
LibGit2Sharp.Tests
LibGit2Sharp
libgit2 @ e0902fb
nuget.package
.editorconfig
.gitattributes
.gitignore
.gitmodules
.mailmap
.travis.yml
CHANGES.md
LICENSE.md
LibGit2Sharp.sln
LibGit2Sharp.sln.DotSettings
LibGit2Sharp.v2.ncrunchsolution
README.md
UpdateLibgit2ToSha.ps1
acknowledgments.md
appveyor.yml
build.libgit2sharp.cmd
build.libgit2sharp.sh
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)