Git + .Net/Mono = ❤
Перейти к файлу
nulltoken 9cb9c59f1b Update copyright notice for 2013 2013-01-01 17:48:59 +01:00
Lib Update libgit2 binaries to 16e6cee 2012-12-04 15:11:26 -08:00
LibGit2Sharp Add optional RepositoryOptions to Repository.Clone call 2012-12-30 21:09:32 +01:00
LibGit2Sharp.Tests Add optional RepositoryOptions to Repository.Clone call 2012-12-30 21:09:32 +01:00
libgit2@16e6cee2fd Update libgit2 binaries to 16e6cee 2012-12-04 15:11:26 -08:00
nuget.package Add logo to NuGet specification 2012-05-28 21:39:15 +02:00
.gitattributes Remove BOM and cleanup .gitattributes 2012-06-03 18:43:08 +02:00
.gitignore Update .gitignore for VS 2012 2012-10-09 23:27:57 -05:00
.gitmodules Fix libgit2 submodule definition to use Https 2012-02-08 11:47:21 +01:00
.mailmap Add .mailmap file 2012-12-30 22:40:09 +01:00
.travis.yml Add travis script 2012-07-23 21:38:15 +02:00
CHANGELOG.md Update the Changelog with links to code diffs 2012-06-11 17:32:08 +02:00
CI-build.msbuild Add Repository.Version static property 2012-03-31 23:01:10 +02:00
LICENSE.md Update copyright notice for 2013 2013-01-01 17:48:59 +01:00
LibGit2Sharp.sln Add Leaks build configuration for #141 2012-05-23 08:18:06 -05:00
README.md Switch README content to reference-style linking 2012-12-26 23:35:57 +01:00
ResharperSettings.xml Enforce code style 2011-09-21 19:32:26 +02:00
UpdateLibgit2ToSha.ps1 Add script to update libgit2 2012-12-22 14:57:25 -08:00
build.libgit2sharp.cmd Add Repository.Version static property 2012-03-31 23:01:10 +02:00
build.libgit2sharp.sh Build libgit2 as part of the mono build 2012-05-28 10:32:13 +02:00
square-logo.png Add libgit2 project logo 2012-05-27 13:05:12 +02:00

README.md

LibGit2Sharp

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

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)