Git + .Net/Mono = ❤
Перейти к файлу
nulltoken 75eaceb3b4 Introduce EncodingMarshaler.Cleanup() 2013-10-15 19:34:26 +02:00
Lib Update libgit2 binaries to 711333e 2013-10-05 18:49:05 +02:00
LibGit2Sharp Introduce EncodingMarshaler.Cleanup() 2013-10-15 19:34:26 +02:00
LibGit2Sharp.Tests Split Patch and TreeChanges generation 2013-10-15 13:56:12 +02:00
libgit2@711333efe1 Update libgit2 binaries to 711333e 2013-10-05 18:49:05 +02:00
nuget.package Make probing work from within the packages folder 2013-09-21 16:45:10 +02:00
.gitattributes
.gitignore Generate a unique ID at compile time to work around a CLR bug 2013-06-01 08:47:36 +02:00
.gitmodules
.mailmap Fix .mailmap 2013-04-21 08:37:56 +02:00
.travis.yml Refactor Travis build script 2013-07-01 16:14:04 +02:00
CHANGES.md Release LibGit2Sharp v0.14.1 2013-09-25 23:38:52 +02:00
CI-build.msbuild Clean-up trailing whitespaces 2013-03-14 12:34:28 +01:00
LICENSE.md Update copyright notice for 2013 2013-01-01 17:48:59 +01:00
LibGit2Sharp.sln
README.md Unescape build status icon urls 2013-03-02 22:49:31 +01:00
ResharperSettings.xml
UpdateLibgit2ToSha.ps1 Remove ".dll" extension from dll-name declaration 2013-07-17 14:15:53 -07:00
build.libgit2sharp.cmd
build.libgit2sharp.sh Ensure Travis build fails upon errors 2013-08-03 20:03:45 +02:00
build.libgit2sharp.x64.cmd Add build.libgit2sharp.x64.cmd 2013-02-01 21:48:43 +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.

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)